Html Css Color HEX #C5FEDC Aero Blue

📋 copy color: '#C5FEDC'

red 197 ◦ green 254 ◦ blue 220

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

Shades of Aero Blue #C5FEDC

Tints of Aero Blue #C5FEDC

RGB

 RED value IS 197 (77.34% from 255) = 29.36%

 GREEN value IS 254 (99.61% from 255) = 37.85%

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

R = 29.36%
G = 37.85%
B = 32.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#C5FEDC (or 0xC5FEDC) is known color: Aero Blue. HEX triplet: C5, FE and DC. RGB value is (197,254,220). Sum of RGB (Red+Green+Blue) = 197+254+220=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEDC is #3A0123. Grayscale: #E9E9E9. Windows color (decimal): -3801380 or 14483141. OLE color: 14483141.

HSL color Cylindrical-coordinate representation of color #C5FEDC: hue angle of 144.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 254 220 -
CMYK 0.22 0 0.13 0.00
HSL 144.21º 0.97% 0.88% -
HSV(B) 144.21º 0.22% 1% -
XYZ 71.39 87.92 80.92 -
YUV 233.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 197 254 220 0.22 0 0.13 0.00 144.21 0.97 0.88
Hex C5 FE DC 16 0 D 0 90 61 58
Octal 305 376 334 26 0 15 0 220 141 130
Binary 11000101 11111110 11011100 10110 0 1101 0 10010000 1100001 1011000

Color Harmonies of #C5FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FEDC

Black with #C5FEDC

Text Example


Text Example

White with #C5FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FEDC; }

 p { color: rgb(197,254,220); }

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

background-color css

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

 a { background-color: rgb(197,254,220); }

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

border-color css

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

 span { border-color: rgb(197,254,220); }

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