Html Css Color HEX #C5EFD9 Aero Blue

📋 copy color: '#C5EFD9'

red 197 ◦ green 239 ◦ blue 217

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

Shades of Aero Blue #C5EFD9

Tints of Aero Blue #C5EFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.23%

R = 30.17%
G = 36.6%
B = 33.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#C5EFD9 (or 0xC5EFD9) is known color: Aero Blue. HEX triplet: C5, EF and D9. RGB value is (197,239,217). Sum of RGB (Red+Green+Blue) = 197+239+217=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFD9 is #3A1026. Grayscale: #DFDFDF. Windows color (decimal): -3805223 or 14282693. OLE color: 14282693.

HSL color Cylindrical-coordinate representation of color #C5EFD9: hue angle of 148.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFD9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 217 -
CMYK 0.18 0 0.09 0.06
HSL 148.57º 0.57% 0.85% -
HSV(B) 148.57º 0.18% 0.94% -
XYZ 66.42 78.61 77.32 -
YUV 223.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 197 239 217 0.18 0 0.09 0.06 148.57 0.57 0.85
Hex C5 EF D9 12 0 9 6 95 39 55
Octal 305 357 331 22 0 11 6 225 71 125
Binary 11000101 11101111 11011001 10010 0 1001 110 10010101 111001 1010101

Color Harmonies of #C5EFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFD9

Black with #C5EFD9

Text Example


Text Example

White with #C5EFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFD9; }

 p { color: rgb(197,239,217); }

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

background-color css

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

 a { background-color: rgb(197,239,217); }

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

border-color css

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

 span { border-color: rgb(197,239,217); }

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