#CAEDDA

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

Shades of Aero Blue #CAEDDA

Tints of Aero Blue #CAEDDA

Color information

#CAEDDA (or 0xCAEDDA) is unknown color: approx Aero Blue. HEX triplet: CA, ED and DA. RGB value is (202,237,218). Sum of RGB (Red+Green+Blue) = 202+237+218=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDDA is #351225. Grayscale: #E0E0E0. Windows color (decimal): -3478054 or 14347722. OLE color: 14347722.

HSL color Cylindrical-coordinate representation of color #CAEDDA: hue angle of 147.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDDA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB202237218-
CMYK0.1500.080.07
HSL147.43º49.3%86.08%-
HSV(B)147.43º14.77%92.94%-
XYZ67.378.1977.87-
YUV224.37124.4112.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=30.75%
G=36.07%
B=33.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372180.1500.080.07147.4349.386.08
HexCAEDDAF087933156
Octal31235533217010722361126
Binary110010101110110111011010111101000111100100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDDA; }

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

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

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

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

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

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

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

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