#CAE9EF

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

Shades of Onahau #CAE9EF

Tints of Onahau #CAE9EF

Color information

#CAE9EF (or 0xCAE9EF) is unknown color: approx Onahau. HEX triplet: CA, E9 and EF. RGB value is (202,233,239). Sum of RGB (Red+Green+Blue) = 202+233+239=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9EF is #351610. Grayscale: #E0E0E0. Windows color (decimal): -3479057 or 15722954. OLE color: 15722954.

HSL color Cylindrical-coordinate representation of color #CAE9EF: hue angle of 189.73º 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 #CAE9EF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202233239-
CMYK0.150.0300.06
HSL189.73º53.62%86.47%-
HSV(B)189.73º15.48%93.73%-
XYZ69.0877.0792.9-
YUV224.42136.23112.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.97%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=29.97%
G=34.57%
B=35.46%

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
Decimal2022332390.150.0300.06189.7353.6286.47
HexCAE9EFF306be3656
Octal3123513571730627666126
Binary1100101011101001111011111111110110101111101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9EF; }

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

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

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

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

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

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

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

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