#CAF4FA

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

Shades of Onahau #CAF4FA

Tints of Onahau #CAF4FA

Color information

#CAF4FA (or 0xCAF4FA) is unknown color: approx Onahau. HEX triplet: CA, F4 and FA. RGB value is (202,244,250). Sum of RGB (Red+Green+Blue) = 202+244+250=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4FA is #350B05. Grayscale: #E8E8E8. Windows color (decimal): -3476230 or 16446666. OLE color: 16446666.

HSL color Cylindrical-coordinate representation of color #CAF4FA: hue angle of 187.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF4FA is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202244250-
CMYK0.190.0200.02
HSL187.5º82.76%88.63%-
HSV(B)187.5º19.2%98.04%-
XYZ73.9684.16102.79-
YUV232.13138.09106.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.02%
GREEN value IS 244 (95.70% from 255) = 35.06%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=29.02%
G=35.06%
B=35.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022442500.190.0200.02187.582.7688.63
HexCAF4FA13202bc5359
Octal31236437223202274123131
Binary11001010111101001111101010011100101011110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4FA; }

 p { color: rgb(202,244,250); }

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

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

 a { background-color: rgb(202,244,250); }

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

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

 span { border-color: rgb(202,244,250); }

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