#CAF4FF

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

Shades of Onahau #CAF4FF

Tints of Onahau #CAF4FF

Color information

#CAF4FF (or 0xCAF4FF) is unknown color: approx Onahau. HEX triplet: CA, F4 and FF. RGB value is (202,244,255). Sum of RGB (Red+Green+Blue) = 202+244+255=701 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.82% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF4FF is #350B00. Grayscale: #E8E8E8. Windows color (decimal): -3476225 or 16774346. OLE color: 16774346.

HSL color Cylindrical-coordinate representation of color #CAF4FF: hue angle of 192.45º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAF4FF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202244255-
CMYK0.210.0400
HSL192.45º100%89.61%-
HSV(B)192.45º20.78%100%-
XYZ74.7684.48106.97-
YUV232.7140.59106.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.82%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 255 (100% from 255) = 36.38%
R=28.82%
G=34.81%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022442550.210.0400192.4510089.61
HexCAF4FF15400c0645a
Octal31236437725400300144132
Binary11001010111101001111111110101100001100000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4FF; }

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

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

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

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

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

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

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

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