#CAE8EF

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

Shades of Onahau #CAE8EF

Tints of Onahau #CAE8EF

Color information

#CAE8EF (or 0xCAE8EF) is unknown color: approx Onahau. HEX triplet: CA, E8 and EF. RGB value is (202,232,239). Sum of RGB (Red+Green+Blue) = 202+232+239=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8EF is #351710. Grayscale: #DFDFDF. Windows color (decimal): -3479313 or 15722698. OLE color: 15722698.

HSL color Cylindrical-coordinate representation of color #CAE8EF: hue angle of 191.35º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE8EF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202232239-
CMYK0.150.0300.06
HSL191.35º53.62%86.47%-
HSV(B)191.35º15.48%93.73%-
XYZ68.7976.592.8-
YUV223.83136.56112.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=30.01%
G=34.47%
B=35.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022322390.150.0300.06191.3553.6286.47
HexCAE8EFF306bf3656
Octal3123503571730627766126
Binary1100101011101000111011111111110110101111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8EF; }

 p { color: rgb(202,232,239); }

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

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

 a { background-color: rgb(202,232,239); }

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

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

 span { border-color: rgb(202,232,239); }

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