Html Css Color HEX #CCEFDB Aero Blue

📋 copy color: '#CCEFDB'

red 204 ◦ green 239 ◦ blue 219

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

Shades of Aero Blue #CCEFDB

Tints of Aero Blue #CCEFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.1%

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

R = 30.82%
G = 36.1%
B = 33.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#CCEFDB (or 0xCCEFDB) is known color: Aero Blue. HEX triplet: CC, EF and DB. RGB value is (204,239,219). Sum of RGB (Red+Green+Blue) = 204+239+219=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFDB is #331024. Grayscale: #E2E2E2. Windows color (decimal): -3346469 or 14413772. OLE color: 14413772.

HSL color Cylindrical-coordinate representation of color #CCEFDB: hue angle of 145.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFDB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 219 -
CMYK 0.15 0 0.08 0.06
HSL 145.71º 0.52% 0.87% -
HSV(B) 145.71º 0.15% 0.94% -
XYZ 68.55 79.68 78.79 -
YUV 226.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 204 239 219 0.15 0 0.08 0.06 145.71 0.52 0.87
Hex CC EF DB F 0 8 6 92 34 57
Octal 314 357 333 17 0 10 6 222 64 127
Binary 11001100 11101111 11011011 1111 0 1000 110 10010010 110100 1010111

Color Harmonies of #CCEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFDB

Black with #CCEFDB

Text Example


Text Example

White with #CCEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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