Html Css Color HEX #CCEDDA Aero Blue

📋 copy color: '#CCEDDA'

red 204 ◦ green 237 ◦ blue 218

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

Shades of Aero Blue #CCEDDA

Tints of Aero Blue #CCEDDA

RGB

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

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

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

R = 30.96%
G = 35.96%
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

#CCEDDA (or 0xCCEDDA) is known color: Aero Blue. HEX triplet: CC, ED and DA. RGB value is (204,237,218). Sum of RGB (Red+Green+Blue) = 204+237+218=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDA is #331225. Grayscale: #E1E1E1. Windows color (decimal): -3346982 or 14347724. OLE color: 14347724.

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

Color convert

RGB 204 237 218 -
CMYK 0.14 0 0.08 0.07
HSL 145.45º 0.48% 0.86% -
HSV(B) 145.45º 0.14% 0.93% -
XYZ 67.84 78.47 77.9 -
YUV 224.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 204 237 218 0.14 0 0.08 0.07 145.45 0.48 0.86
Hex CC ED DA E 0 8 7 91 30 56
Octal 314 355 332 16 0 10 7 221 60 126
Binary 11001100 11101101 11011010 1110 0 1000 111 10010001 110000 1010110

Color Harmonies of #CCEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDDA

Black with #CCEDDA

Text Example


Text Example

White with #CCEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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