#CAF2FA

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

Shades of Onahau #CAF2FA

Tints of Onahau #CAF2FA

Color information

#CAF2FA (or 0xCAF2FA) is unknown color: approx Onahau. HEX triplet: CA, F2 and FA. RGB value is (202,242,250). Sum of RGB (Red+Green+Blue) = 202+242+250=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2FA is #350D05. Grayscale: #E6E6E6. Windows color (decimal): -3476742 or 16446154. OLE color: 16446154.

HSL color Cylindrical-coordinate representation of color #CAF2FA: hue angle of 190º 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 #CAF2FA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202242250-
CMYK0.190.0300.02
HSL190º82.76%88.63%-
HSV(B)190º19.2%98.04%-
XYZ73.3682.96102.59-
YUV230.95138.75107.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.11%
GREEN value IS 242 (94.92% from 255) = 34.87%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=29.11%
G=34.87%
B=36.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022422500.190.0300.0219082.7688.63
HexCAF2FA13302be5359
Octal31236237223302276123131
Binary11001010111100101111101010011110101011111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2FA; }

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

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

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

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

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

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

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

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