Html Css Color HEX #CCEAD8 Aero Blue

📋 copy color: '#CCEAD8'

red 204 ◦ green 234 ◦ blue 216

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

Shades of Aero Blue #CCEAD8

Tints of Aero Blue #CCEAD8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

 BLUE value IS 216 (84.77% from 255) = 33.03%

R = 31.19%
G = 35.78%
B = 33.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#CCEAD8 (or 0xCCEAD8) is known color: Aero Blue. HEX triplet: CC, EA and D8. RGB value is (204,234,216). Sum of RGB (Red+Green+Blue) = 204+234+216=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAD8 is #331527. Grayscale: #DFDFDF. Windows color (decimal): -3347752 or 14215884. OLE color: 14215884.

HSL color Cylindrical-coordinate representation of color #CCEAD8: hue angle of 144º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAD8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 216 -
CMYK 0.13 0 0.08 0.08
HSL 144º 0.42% 0.86% -
HSV(B) 144º 0.13% 0.92% -
XYZ 66.72 76.64 76.24 -
YUV 222.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 204 234 216 0.13 0 0.08 0.08 144 0.42 0.86
Hex CC EA D8 D 0 8 8 90 2A 56
Octal 314 352 330 15 0 10 10 220 52 126
Binary 11001100 11101010 11011000 1101 0 1000 1000 10010000 101010 1010110

Color Harmonies of #CCEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAD8

Black with #CCEAD8

Text Example


Text Example

White with #CCEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAD8; }

 p { color: rgb(204,234,216); }

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

background-color css

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

 a { background-color: rgb(204,234,216); }

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

border-color css

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

 span { border-color: rgb(204,234,216); }

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