#CAE7EF

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

Shades of Onahau #CAE7EF

Tints of Onahau #CAE7EF

Color information

#CAE7EF (or 0xCAE7EF) is unknown color: approx Onahau. HEX triplet: CA, E7 and EF. RGB value is (202,231,239). Sum of RGB (Red+Green+Blue) = 202+231+239=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAE7EF is #351810. Grayscale: #DFDFDF. Windows color (decimal): -3479569 or 15722442. OLE color: 15722442.

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

Color convert

RGB202231239-
CMYK0.150.0300.06
HSL192.97º53.62%86.47%-
HSV(B)192.97º15.48%93.73%-
XYZ68.5175.9492.71-
YUV223.24136.89112.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.06%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=30.06%
G=34.38%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022312390.150.0300.06192.9753.6286.47
HexCAE7EFF306c13656
Octal3123473571730630166126
Binary1100101011100111111011111111110110110000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7EF; }

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

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

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

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

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

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

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

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