Html Css Color HEX #CDEDDA Aero Blue

📋 copy color: '#CDEDDA'

red 205 ◦ green 237 ◦ blue 218

#CDEDDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #CDEDDA

Tints of Aero Blue #CDEDDA

RGB

 RED value IS 205 (80.47% from 255) = 31.06%

 GREEN value IS 237 (92.97% from 255) = 35.91%

 BLUE value IS 218 (85.55% from 255) = 33.03%

R = 31.06%
G = 35.91%
B = 33.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CDEDDA (or 0xCDEDDA) is known color: Aero Blue. HEX triplet: CD, ED and DA. RGB value is (205,237,218). Sum of RGB (Red+Green+Blue) = 205+237+218=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDA is #321225. Grayscale: #E1E1E1. Windows color (decimal): -3281446 or 14347725. OLE color: 14347725.

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

Color convert

RGB 205 237 218 -
CMYK 0.14 0 0.08 0.07
HSL 144.38º 0.47% 0.87% -
HSV(B) 144.38º 0.14% 0.93% -
XYZ 68.12 78.61 77.91 -
YUV 225.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 205 237 218 0.14 0 0.08 0.07 144.38 0.47 0.87
Hex CD ED DA E 0 8 7 90 2F 57
Octal 315 355 332 16 0 10 7 220 57 127
Binary 11001101 11101101 11011010 1110 0 1000 111 10010000 101111 1010111

Color Harmonies of #CDEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDDA

Black with #CDEDDA

Text Example


Text Example

White with #CDEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDDA; }

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

 H1.HeaderClassName
 {
   color: #CDEDDA;
 }
 .AnyTagClassName
 {
   color: #CDEDDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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