#CAF0F8

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

Shades of Onahau #CAF0F8

Tints of Onahau #CAF0F8

Color information

#CAF0F8 (or 0xCAF0F8) is unknown color: approx Onahau. HEX triplet: CA, F0 and F8. RGB value is (202,240,248). Sum of RGB (Red+Green+Blue) = 202+240+248=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0F8 is #350F07. Grayscale: #E5E5E5. Windows color (decimal): -3477256 or 16314570. OLE color: 16314570.

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

Color convert

RGB202240248-
CMYK0.190.0300.03
HSL190.43º76.67%88.24%-
HSV(B)190.43º18.55%97.25%-
XYZ72.4681.65100.75-
YUV229.55138.41108.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.28%
GREEN value IS 240 (94.14% from 255) = 34.78%
BLUE value IS 248 (97.27% from 255) = 35.94%
R=29.28%
G=34.78%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022402480.190.0300.03190.4376.6788.24
HexCAF0F813303be4d58
Octal31236037023303276115130
Binary11001010111100001111100010011110111011111010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0F8; }

 p { color: rgb(202,240,248); }

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

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

 a { background-color: rgb(202,240,248); }

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

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

 span { border-color: rgb(202,240,248); }

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