#CAF3FF

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

Shades of Onahau #CAF3FF

Tints of Onahau #CAF3FF

Color information

#CAF3FF (or 0xCAF3FF) is unknown color: approx Onahau. HEX triplet: CA, F3 and FF. RGB value is (202,243,255). Sum of RGB (Red+Green+Blue) = 202+243+255=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAF3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF3FF is #350C00. Grayscale: #E8E8E8. Windows color (decimal): -3476481 or 16774090. OLE color: 16774090.

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

Color convert

RGB202243255-
CMYK0.210.0500
HSL193.58º100%89.61%-
HSV(B)193.58º20.78%100%-
XYZ74.4683.88106.87-
YUV232.11140.92106.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.86%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 36.43%
R=28.86%
G=34.71%
B=36.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022432550.210.0500193.5810089.61
HexCAF3FF15500c2645a
Octal31236337725500302144132
Binary11001010111100111111111110101101001100001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3FF; }

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

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

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

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

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

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

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

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