Html Css Color HEX #CCF1DB Aero Blue

📋 copy color: '#CCF1DB'

red 204 ◦ green 241 ◦ blue 219

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

Shades of Aero Blue #CCF1DB

Tints of Aero Blue #CCF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

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

R = 30.72%
G = 36.3%
B = 32.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#CCF1DB (or 0xCCF1DB) is known color: Aero Blue. HEX triplet: CC, F1 and DB. RGB value is (204,241,219). Sum of RGB (Red+Green+Blue) = 204+241+219=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1DB is #330E24. Grayscale: #E3E3E3. Windows color (decimal): -3345957 or 14414284. OLE color: 14414284.

HSL color Cylindrical-coordinate representation of color #CCF1DB: hue angle of 144.32º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1DB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 219 -
CMYK 0.15 0 0.09 0.05
HSL 144.32º 0.57% 0.87% -
HSV(B) 144.32º 0.15% 0.95% -
XYZ 69.14 80.86 78.98 -
YUV 227.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 204 241 219 0.15 0 0.09 0.05 144.32 0.57 0.87
Hex CC F1 DB F 0 9 5 90 39 57
Octal 314 361 333 17 0 11 5 220 71 127
Binary 11001100 11110001 11011011 1111 0 1001 101 10010000 111001 1010111

Color Harmonies of #CCF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1DB

Black with #CCF1DB

Text Example


Text Example

White with #CCF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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