#CAE5EB

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

Shades of Onahau #CAE5EB

Tints of Onahau #CAE5EB

Color information

#CAE5EB (or 0xCAE5EB) is unknown color: approx Onahau. HEX triplet: CA, E5 and EB. RGB value is (202,229,235). Sum of RGB (Red+Green+Blue) = 202+229+235=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAE5EB is #351A14. Grayscale: #DDDDDD. Windows color (decimal): -3480085 or 15459786. OLE color: 15459786.

HSL color Cylindrical-coordinate representation of color #CAE5EB: hue angle of 190.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAE5EB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202229235-
CMYK0.140.0300.08
HSL190.91º45.21%85.69%-
HSV(B)190.91º14.04%92.16%-
XYZ67.3774.5989.44-
YUV221.61135.55114.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=30.33%
G=34.38%
B=35.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022292350.140.0300.08190.9145.2185.69
HexCAE5EBE308bf2d56
Octal31234535316301027755126
Binary11001010111001011110101111101101000101111111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5EB; }

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

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

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

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

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

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

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

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