Html Css Color HEX #CCECD8 Aero Blue

📋 copy color: '#CCECD8'

red 204 ◦ green 236 ◦ blue 216

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

Shades of Aero Blue #CCECD8

Tints of Aero Blue #CCECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.98%

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

R = 31.1%
G = 35.98%
B = 32.93%

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

#CCECD8 (or 0xCCECD8) is known color: Aero Blue. HEX triplet: CC, EC and D8. RGB value is (204,236,216). Sum of RGB (Red+Green+Blue) = 204+236+216=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD8 is #331327. Grayscale: #E0E0E0. Windows color (decimal): -3347240 or 14216396. OLE color: 14216396.

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

Color convert

RGB 204 236 216 -
CMYK 0.14 0 0.08 0.07
HSL 142.5º 0.46% 0.86% -
HSV(B) 142.5º 0.14% 0.93% -
XYZ 67.29 77.79 76.43 -
YUV 224.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 204 236 216 0.14 0 0.08 0.07 142.5 0.46 0.86
Hex CC EC D8 E 0 8 7 8E 2E 56
Octal 314 354 330 16 0 10 7 216 56 126
Binary 11001100 11101100 11011000 1110 0 1000 111 10001110 101110 1010110

Color Harmonies of #CCECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECD8

Black with #CCECD8

Text Example


Text Example

White with #CCECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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