Html Css Color HEX #C4F4DC Aero Blue

📋 copy color: '#C4F4DC'

red 196 ◦ green 244 ◦ blue 220

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

Shades of Aero Blue #C4F4DC

Tints of Aero Blue #C4F4DC

RGB

 RED value IS 196 (76.95% from 255) = 29.7%

 GREEN value IS 244 (95.7% from 255) = 36.97%

 BLUE value IS 220 (86.33% from 255) = 33.33%

R = 29.7%
G = 36.97%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#C4F4DC (or 0xC4F4DC) is known color: Aero Blue. HEX triplet: C4, F4 and DC. RGB value is (196,244,220). Sum of RGB (Red+Green+Blue) = 196+244+220=660 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.70% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F4DC is #3B0B23. Grayscale: #E2E2E2. Windows color (decimal): -3869476 or 14480580. OLE color: 14480580.

HSL color Cylindrical-coordinate representation of color #C4F4DC: hue angle of 150º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4F4DC is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 244 220 -
CMYK 0.20 0 0.10 0.04
HSL 150º 0.69% 0.86% -
HSV(B) 150º 0.2% 0.96% -
XYZ 68.03 81.6 79.88 -
YUV 226.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 196 244 220 0.20 0 0.10 0.04 150 0.69 0.86
Hex C4 F4 DC 14 0 A 4 96 45 56
Octal 304 364 334 24 0 12 4 226 105 126
Binary 11000100 11110100 11011100 10100 0 1010 100 10010110 1000101 1010110

Color Harmonies of #C4F4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F4DC

Black with #C4F4DC

Text Example


Text Example

White with #C4F4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F4DC; }

 p { color: rgb(196,244,220); }

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

background-color css

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

 a { background-color: rgb(196,244,220); }

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

border-color css

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

 span { border-color: rgb(196,244,220); }

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