#CAE6EB

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

Shades of Onahau #CAE6EB

Tints of Onahau #CAE6EB

Color information

#CAE6EB (or 0xCAE6EB) is unknown color: approx Onahau. HEX triplet: CA, E6 and EB. RGB value is (202,230,235). Sum of RGB (Red+Green+Blue) = 202+230+235=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6EB is #351914. Grayscale: #DEDEDE. Windows color (decimal): -3479829 or 15460042. OLE color: 15460042.

HSL color Cylindrical-coordinate representation of color #CAE6EB: hue angle of 189.09º 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 #CAE6EB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202230235-
CMYK0.140.0200.08
HSL189.09º45.21%85.69%-
HSV(B)189.09º14.04%92.16%-
XYZ67.6575.1589.54-
YUV222.2135.22113.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=30.28%
G=34.48%
B=35.23%

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
Decimal2022302350.140.0200.08189.0945.2185.69
HexCAE6EBE208bd2d56
Octal31234635316201027555126
Binary11001010111001101110101111101001000101111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6EB; }

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

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

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

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

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

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

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

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