#CAEAEF

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

Shades of Onahau #CAEAEF

Tints of Onahau #CAEAEF

Color information

#CAEAEF (or 0xCAEAEF) is unknown color: approx Onahau. HEX triplet: CA, EA and EF. RGB value is (202,234,239). Sum of RGB (Red+Green+Blue) = 202+234+239=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEAEF is #351510. Grayscale: #E0E0E0. Windows color (decimal): -3478801 or 15723210. OLE color: 15723210.

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

Color convert

RGB202234239-
CMYK0.150.0200.06
HSL188.11º53.62%86.47%-
HSV(B)188.11º15.48%93.73%-
XYZ69.3677.6392.99-
YUV225135.9111.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.93%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=29.93%
G=34.67%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022342390.150.0200.06188.1153.6286.47
HexCAEAEFF206bc3656
Octal3123523571720627466126
Binary1100101011101010111011111111100110101111001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAEF; }

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

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

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

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

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

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

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

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