Html Css Color HEX #CDEDDB Aero Blue

📋 copy color: '#CDEDDB'

red 205 ◦ green 237 ◦ blue 219

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

Shades of Aero Blue #CDEDDB

Tints of Aero Blue #CDEDDB

RGB

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

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

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

R = 31.01%
G = 35.85%
B = 33.13%

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

#CDEDDB (or 0xCDEDDB) is known color: Aero Blue. HEX triplet: CD, ED and DB. RGB value is (205,237,219). Sum of RGB (Red+Green+Blue) = 205+237+219=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDB is #321224. Grayscale: #E1E1E1. Windows color (decimal): -3281445 or 14413261. OLE color: 14413261.

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

Color convert

RGB 205 237 219 -
CMYK 0.14 0 0.08 0.07
HSL 146.25º 0.47% 0.87% -
HSV(B) 146.25º 0.14% 0.93% -
XYZ 68.25 78.66 78.6 -
YUV 225.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 205 237 219 0.14 0 0.08 0.07 146.25 0.47 0.87
Hex CD ED DB E 0 8 7 92 2F 57
Octal 315 355 333 16 0 10 7 222 57 127
Binary 11001101 11101101 11011011 1110 0 1000 111 10010010 101111 1010111

Color Harmonies of #CDEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDDB

Black with #CDEDDB

Text Example


Text Example

White with #CDEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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