#CAE6EF

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

Shades of Onahau #CAE6EF

Tints of Onahau #CAE6EF

Color information

#CAE6EF (or 0xCAE6EF) is unknown color: approx Onahau. HEX triplet: CA, E6 and EF. RGB value is (202,230,239). Sum of RGB (Red+Green+Blue) = 202+230+239=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE6EF is #351910. Grayscale: #DEDEDE. Windows color (decimal): -3479825 or 15722186. OLE color: 15722186.

HSL color Cylindrical-coordinate representation of color #CAE6EF: hue angle of 194.59º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAE6EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202230239-
CMYK0.150.0400.06
HSL194.59º53.62%86.47%-
HSV(B)194.59º15.48%93.73%-
XYZ68.2375.3892.62-
YUV222.65137.22113.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=30.10%
G=34.28%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022302390.150.0400.06194.5953.6286.47
HexCAE6EFF406c33656
Octal3123463571740630366126
Binary11001010111001101110111111111000110110000111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE6EF; }

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

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

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

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

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

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

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

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