Html Css Color HEX #CDE6D9 Aero Blue

📋 copy color: '#CDE6D9'

red 205 ◦ green 230 ◦ blue 217

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

Shades of Aero Blue #CDE6D9

Tints of Aero Blue #CDE6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

 BLUE value IS 217 (85.16% from 255) = 33.28%

R = 31.44%
G = 35.28%
B = 33.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#CDE6D9 (or 0xCDE6D9) is known color: Aero Blue. HEX triplet: CD, E6 and D9. RGB value is (205,230,217). Sum of RGB (Red+Green+Blue) = 205+230+217=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6D9 is #321926. Grayscale: #DDDDDD. Windows color (decimal): -3283239 or 14280397. OLE color: 14280397.

HSL color Cylindrical-coordinate representation of color #CDE6D9: hue angle of 148.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6D9 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 217 -
CMYK 0.11 0 0.06 0.10
HSL 148.8º 0.33% 0.85% -
HSV(B) 148.8º 0.11% 0.9% -
XYZ 66 74.58 76.56 -
YUV 221.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 205 230 217 0.11 0 0.06 0.10 148.8 0.33 0.85
Hex CD E6 D9 B 0 6 A 95 21 55
Octal 315 346 331 13 0 6 12 225 41 125
Binary 11001101 11100110 11011001 1011 0 110 1010 10010101 100001 1010101

Color Harmonies of #CDE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6D9

Black with #CDE6D9

Text Example


Text Example

White with #CDE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6D9; }

 p { color: rgb(205,230,217); }

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

background-color css

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

 a { background-color: rgb(205,230,217); }

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

border-color css

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

 span { border-color: rgb(205,230,217); }

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