Html Css Color HEX #CCEEDB Aero Blue

📋 copy color: '#CCEEDB'

red 204 ◦ green 238 ◦ blue 219

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

Shades of Aero Blue #CCEEDB

Tints of Aero Blue #CCEEDB

RGB

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

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

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

R = 30.86%
G = 36.01%
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

#CCEEDB (or 0xCCEEDB) is known color: Aero Blue. HEX triplet: CC, EE and DB. RGB value is (204,238,219). Sum of RGB (Red+Green+Blue) = 204+238+219=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDB is #331124. Grayscale: #E1E1E1. Windows color (decimal): -3346725 or 14413516. OLE color: 14413516.

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

Color convert

RGB 204 238 219 -
CMYK 0.14 0 0.08 0.07
HSL 146.47º 0.5% 0.87% -
HSV(B) 146.47º 0.14% 0.93% -
XYZ 68.26 79.1 78.69 -
YUV 225.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 204 238 219 0.14 0 0.08 0.07 146.47 0.5 0.87
Hex CC EE DB E 0 8 7 92 32 57
Octal 314 356 333 16 0 10 7 222 62 127
Binary 11001100 11101110 11011011 1110 0 1000 111 10010010 110010 1010111

Color Harmonies of #CCEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEDB

Black with #CCEEDB

Text Example


Text Example

White with #CCEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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