#CAF6FF

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

Shades of Onahau #CAF6FF

Tints of Onahau #CAF6FF

Color information

#CAF6FF (or 0xCAF6FF) is unknown color: approx Onahau. HEX triplet: CA, F6 and FF. RGB value is (202,246,255). Sum of RGB (Red+Green+Blue) = 202+246+255=703 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.73% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6FF is #350900. Grayscale: #E9E9E9. Windows color (decimal): -3475713 or 16774858. OLE color: 16774858.

HSL color Cylindrical-coordinate representation of color #CAF6FF: hue angle of 190.19º 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 #CAF6FF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202246255-
CMYK0.210.0400
HSL190.19º100%89.61%-
HSV(B)190.19º20.78%100%-
XYZ75.3685.69107.18-
YUV233.87139.92105.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.73%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 36.27%
R=28.73%
G=34.99%
B=36.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022462550.210.0400190.1910089.61
HexCAF6FF15400be645a
Octal31236637725400276144132
Binary11001010111101101111111110101100001011111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF6FF; }

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

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

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

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

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

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

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

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