#CAEFDA

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

Shades of Aero Blue #CAEFDA

Tints of Aero Blue #CAEFDA

Color information

#CAEFDA (or 0xCAEFDA) is unknown color: approx Aero Blue. HEX triplet: CA, EF and DA. RGB value is (202,239,218). Sum of RGB (Red+Green+Blue) = 202+239+218=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFDA is #351025. Grayscale: #E1E1E1. Windows color (decimal): -3477542 or 14348234. OLE color: 14348234.

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

Color convert

RGB202239218-
CMYK0.1500.090.06
HSL145.95º53.62%86.47%-
HSV(B)145.95º15.48%93.73%-
XYZ67.8879.3578.07-
YUV225.54123.74111.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=30.65%
G=36.27%
B=33.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392180.1500.090.06145.9553.6286.47
HexCAEFDAF096923656
Octal31235733217011622266126
Binary110010101110111111011010111101001110100100101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFDA; }

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

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

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

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

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

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

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

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