#CAF4FD

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

Shades of Onahau #CAF4FD

Tints of Onahau #CAF4FD

Color information

#CAF4FD (or 0xCAF4FD) is unknown color: approx Onahau. HEX triplet: CA, F4 and FD. RGB value is (202,244,253). Sum of RGB (Red+Green+Blue) = 202+244+253=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAF4FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4FD is #350B02. Grayscale: #E8E8E8. Windows color (decimal): -3476227 or 16643274. OLE color: 16643274.

HSL color Cylindrical-coordinate representation of color #CAF4FD: hue angle of 190.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF4FD is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202244253-
CMYK0.200.0400.01
HSL190.59º92.73%89.22%-
HSV(B)190.59º20.16%99.22%-
XYZ74.4484.35105.29-
YUV232.47139.59106.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.90%
GREEN value IS 244 (95.70% from 255) = 34.91%
BLUE value IS 253 (99.22% from 255) = 36.19%
R=28.90%
G=34.91%
B=36.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022442530.200.0400.01190.5992.7389.22
HexCAF4FD14401bf5d59
Octal31236437524401277135131
Binary11001010111101001111110110100100011011111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4FD; }

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

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

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

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

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

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

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

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