Html Css Color HEX #CDEEDB Aero Blue

📋 copy color: '#CDEEDB'

red 205 ◦ green 238 ◦ blue 219

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

Shades of Aero Blue #CDEEDB

Tints of Aero Blue #CDEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.95%

 BLUE value IS 219 (85.94% from 255) = 33.08%

R = 30.97%
G = 35.95%
B = 33.08%

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

#CDEEDB (or 0xCDEEDB) is known color: Aero Blue. HEX triplet: CD, EE and DB. RGB value is (205,238,219). Sum of RGB (Red+Green+Blue) = 205+238+219=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEDB is #321124. Grayscale: #E2E2E2. Windows color (decimal): -3281189 or 14413517. OLE color: 14413517.

HSL color Cylindrical-coordinate representation of color #CDEEDB: hue angle of 145.45º degrees, saturation: 0.49, 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 #CDEEDB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 219 -
CMYK 0.14 0 0.08 0.07
HSL 145.45º 0.49% 0.87% -
HSV(B) 145.45º 0.14% 0.93% -
XYZ 68.54 79.24 78.7 -
YUV 225.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 205 238 219 0.14 0 0.08 0.07 145.45 0.49 0.87
Hex CD EE DB E 0 8 7 91 31 57
Octal 315 356 333 16 0 10 7 221 61 127
Binary 11001101 11101110 11011011 1110 0 1000 111 10010001 110001 1010111

Color Harmonies of #CDEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEDB

Black with #CDEEDB

Text Example


Text Example

White with #CDEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEDB; }

 p { color: rgb(205,238,219); }

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

background-color css

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

 a { background-color: rgb(205,238,219); }

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

border-color css

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

 span { border-color: rgb(205,238,219); }

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