#CAE8EE

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

Shades of Onahau #CAE8EE

Tints of Onahau #CAE8EE

Color information

#CAE8EE (or 0xCAE8EE) is unknown color: approx Onahau. HEX triplet: CA, E8 and EE. RGB value is (202,232,238). Sum of RGB (Red+Green+Blue) = 202+232+238=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE8EE is #351711. Grayscale: #DFDFDF. Windows color (decimal): -3479314 or 15657162. OLE color: 15657162.

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

Color convert

RGB202232238-
CMYK0.150.0300.07
HSL190º51.43%86.27%-
HSV(B)190º15.13%93.33%-
XYZ68.6576.4492.03-
YUV223.71136.06112.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 238 (93.36% from 255) = 35.42%
R=30.06%
G=34.52%
B=35.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022322380.150.0300.0719051.4386.27
HexCAE8EEF307be3356
Octal3123503561730727663126
Binary1100101011101000111011101111110111101111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8EE; }

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

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

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

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

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

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

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

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