#CAE5EE

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

Shades of Onahau #CAE5EE

Tints of Onahau #CAE5EE

Color information

#CAE5EE (or 0xCAE5EE) is unknown color: approx Onahau. HEX triplet: CA, E5 and EE. RGB value is (202,229,238). Sum of RGB (Red+Green+Blue) = 202+229+238=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5EE is #351A11. Grayscale: #DDDDDD. Windows color (decimal): -3480082 or 15656394. OLE color: 15656394.

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

Color convert

RGB202229238-
CMYK0.150.0400.07
HSL195º51.43%86.27%-
HSV(B)195º15.13%93.33%-
XYZ67.8174.7791.75-
YUV221.95137.05113.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=30.19%
G=34.23%
B=35.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022292380.150.0400.0719551.4386.27
HexCAE5EEF407c33356
Octal3123453561740730363126
Binary11001010111001011110111011111000111110000111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5EE; }

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

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

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

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

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

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

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

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