#CAF2F7

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

Shades of Onahau #CAF2F7

Tints of Onahau #CAF2F7

Color information

#CAF2F7 (or 0xCAF2F7) is unknown color: approx Onahau. HEX triplet: CA, F2 and F7. RGB value is (202,242,247). Sum of RGB (Red+Green+Blue) = 202+242+247=691 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.23% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 247 (96.88% from 255 or 35.75% from 691); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAF2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF2F7 is #350D08. Grayscale: #E6E6E6. Windows color (decimal): -3476745 or 16249546. OLE color: 16249546.

HSL color Cylindrical-coordinate representation of color #CAF2F7: hue angle of 186.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF2F7 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202242247-
CMYK0.180.0200.03
HSL186.67º73.77%88.04%-
HSV(B)186.67º18.22%96.86%-
XYZ72.982.78100.13-
YUV230.61137.25107.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.23%
GREEN value IS 242 (94.92% from 255) = 35.02%
BLUE value IS 247 (96.88% from 255) = 35.75%
R=29.23%
G=35.02%
B=35.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022422470.180.0200.03186.6773.7788.04
HexCAF2F712203bb4a58
Octal31236236722203273112130
Binary11001010111100101111011110010100111011101110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2F7; }

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

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

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

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

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

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

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

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