Html Css Color HEX #CCEEDA Aero Blue

📋 copy color: '#CCEEDA'

red 204 ◦ green 238 ◦ blue 218

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

Shades of Aero Blue #CCEEDA

Tints of Aero Blue #CCEEDA

RGB

 RED value IS 204 (80.08% from 255) = 30.91%

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

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

R = 30.91%
G = 36.06%
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

#CCEEDA (or 0xCCEEDA) is known color: Aero Blue. HEX triplet: CC, EE and DA. RGB value is (204,238,218). Sum of RGB (Red+Green+Blue) = 204+238+218=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDA is #331125. Grayscale: #E1E1E1. Windows color (decimal): -3346726 or 14347980. OLE color: 14347980.

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

Color convert

RGB 204 238 218 -
CMYK 0.14 0 0.08 0.07
HSL 144.71º 0.5% 0.87% -
HSV(B) 144.71º 0.14% 0.93% -
XYZ 68.13 79.05 78 -
YUV 225.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 204 238 218 0.14 0 0.08 0.07 144.71 0.5 0.87
Hex CC EE DA E 0 8 7 91 32 57
Octal 314 356 332 16 0 10 7 221 62 127
Binary 11001100 11101110 11011010 1110 0 1000 111 10010001 110010 1010111

Color Harmonies of #CCEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEDA

Black with #CCEEDA

Text Example


Text Example

White with #CCEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEDA; }

 p { color: rgb(204,238,218); }

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

background-color css

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

 a { background-color: rgb(204,238,218); }

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

border-color css

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

 span { border-color: rgb(204,238,218); }

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