#218FBB

Color #218FBB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #218FBB

Tints of Pelorous #218FBB

Color information

#218FBB (or 0x218FBB) is unknown color: approx Pelorous. HEX triplet: 21, 8F and BB. RGB value is (33,143,187). Sum of RGB (Red+Green+Blue) = 33+143+187=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #218FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218FBB is #DE7044. Grayscale: #727272. Windows color (decimal): -14577733 or 12291873. OLE color: 12291873.

HSL color Cylindrical-coordinate representation of color #218FBB: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #218FBB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33143187-
CMYK0.820.2400.27
HSL197.14º70%43.14%-
HSV(B)197.14º82.35%73.33%-
XYZ19.4223.5650.54-
YUV115.13168.5669.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=9.09%
G=39.39%
B=51.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331431870.820.2400.27197.147043.14
Hex218FBB521801Bc5462b
Octal412172731223003330510653
Binary1000011000111110111011101001011000011011110001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218FBB; }

 p { color: rgb(33,143,187); }

 H1.HeaderClassName
 {
   color: #218FBB;
 }
 .AnyTagClassName
 {
   color: #218FBB;
 }
</style>
background-color css

<style>
 a { background-color: #218FBB; }

 a { background-color: rgb(33,143,187); }

 div.DivClassName
 {
   background-color: #218FBB;
 }
 .BgClassName
 {
   background-color: #218FBB;
 }
</style>
border-color css

<style>
 span { border-color: #218FBB; }

 span { border-color: rgb(33,143,187); }

 td.TdClassName
 {
   border-color: #218FBB;
 }
 .TagClassName
 {
   border-color: #218FBB;
 }
</style>