#CAE6EA

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

Shades of Onahau #CAE6EA

Tints of Onahau #CAE6EA

Color information

#CAE6EA (or 0xCAE6EA) is unknown color: approx Onahau. HEX triplet: CA, E6 and EA. RGB value is (202,230,234). Sum of RGB (Red+Green+Blue) = 202+230+234=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6EA is #351915. Grayscale: #DEDEDE. Windows color (decimal): -3479830 or 15394506. OLE color: 15394506.

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

Color convert

RGB202230234-
CMYK0.140.0200.08
HSL187.5º43.24%85.49%-
HSV(B)187.5º13.68%91.76%-
XYZ67.5175.0988.78-
YUV222.08134.72113.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=30.33%
G=34.53%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022302340.140.0200.08187.543.2485.49
HexCAE6EAE208bc2b55
Octal31234635216201027453125
Binary11001010111001101110101011101001000101111001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6EA; }

 p { color: rgb(202,230,234); }

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

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

 a { background-color: rgb(202,230,234); }

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

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

 span { border-color: rgb(202,230,234); }

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