Html Css Color HEX #C5EFD8 Aero Blue

📋 copy color: '#C5EFD8'

red 197 ◦ green 239 ◦ blue 216

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

Shades of Aero Blue #C5EFD8

Tints of Aero Blue #C5EFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.13%

R = 30.21%
G = 36.66%
B = 33.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#C5EFD8 (or 0xC5EFD8) is known color: Aero Blue. HEX triplet: C5, EF and D8. RGB value is (197,239,216). Sum of RGB (Red+Green+Blue) = 197+239+216=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFD8 is #3A1027. Grayscale: #DFDFDF. Windows color (decimal): -3805224 or 14217157. OLE color: 14217157.

HSL color Cylindrical-coordinate representation of color #C5EFD8: hue angle of 147.14º 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 #C5EFD8 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 216 -
CMYK 0.18 0 0.10 0.06
HSL 147.14º 0.57% 0.85% -
HSV(B) 147.14º 0.18% 0.94% -
XYZ 66.29 78.56 76.64 -
YUV 223.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 197 239 216 0.18 0 0.10 0.06 147.14 0.57 0.85
Hex C5 EF D8 12 0 A 6 93 39 55
Octal 305 357 330 22 0 12 6 223 71 125
Binary 11000101 11101111 11011000 10010 0 1010 110 10010011 111001 1010101

Color Harmonies of #C5EFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFD8

Black with #C5EFD8

Text Example


Text Example

White with #C5EFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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