#CAE9EE

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

Shades of Onahau #CAE9EE

Tints of Onahau #CAE9EE

Color information

#CAE9EE (or 0xCAE9EE) is unknown color: approx Onahau. HEX triplet: CA, E9 and EE. RGB value is (202,233,238). Sum of RGB (Red+Green+Blue) = 202+233+238=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE9EE is #351611. Grayscale: #E0E0E0. Windows color (decimal): -3479058 or 15657418. OLE color: 15657418.

HSL color Cylindrical-coordinate representation of color #CAE9EE: hue angle of 188.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE9EE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202233238-
CMYK0.150.0200.07
HSL188.33º51.43%86.27%-
HSV(B)188.33º15.13%93.33%-
XYZ68.9377.0192.12-
YUV224.3135.73112.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 233 (91.41% from 255) = 34.62%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=30.01%
G=34.62%
B=35.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022332380.150.0200.07188.3351.4386.27
HexCAE9EEF207bc3356
Octal3123513561720727463126
Binary1100101011101001111011101111100111101111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9EE; }

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

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

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

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

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

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

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

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