#218FAF

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

Shades of Pelorous #218FAF

Tints of Pelorous #218FAF

Color information

#218FAF (or 0x218FAF) is unknown color: approx Pelorous. HEX triplet: 21, 8F and AF. RGB value is (33,143,175). Sum of RGB (Red+Green+Blue) = 33+143+175=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #218FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218FAF is #DE7050. Grayscale: #717171. Windows color (decimal): -14577745 or 11505441. OLE color: 11505441.

HSL color Cylindrical-coordinate representation of color #218FAF: hue angle of 193.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #218FAF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB33143175-
CMYK0.810.1800.31
HSL193.52º68.27%40.78%-
HSV(B)193.52º81.14%68.63%-
XYZ18.1923.0644.05-
YUV113.76162.5670.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.40%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=9.40%
G=40.74%
B=49.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331431750.810.1800.31193.5268.2740.78
Hex218FAF511201Fc24429
Octal412172571212203730210451
Binary1000011000111110101111101000110010011111110000101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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