#CAF5FF

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

Shades of Onahau #CAF5FF

Tints of Onahau #CAF5FF

Color information

#CAF5FF (or 0xCAF5FF) is unknown color: approx Onahau. HEX triplet: CA, F5 and FF. RGB value is (202,245,255). Sum of RGB (Red+Green+Blue) = 202+245+255=702 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.77% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5FF is #350A00. Grayscale: #E9E9E9. Windows color (decimal): -3475969 or 16774602. OLE color: 16774602.

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

Color convert

RGB202245255-
CMYK0.210.0400
HSL191.32º100%89.61%-
HSV(B)191.32º20.78%100%-
XYZ75.0685.08107.07-
YUV233.28140.25105.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.77%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 255 (100% from 255) = 36.32%
R=28.77%
G=34.90%
B=36.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022452550.210.0400191.3210089.61
HexCAF5FF15400bf645a
Octal31236537725400277144132
Binary11001010111101011111111110101100001011111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5FF; }

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

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

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

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

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

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

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

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