Html Css Color HEX #C5E6D8 Aero Blue

📋 copy color: '#C5E6D8'

red 197 ◦ green 230 ◦ blue 216

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

Shades of Aero Blue #C5E6D8

Tints of Aero Blue #C5E6D8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.77%

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

R = 30.64%
G = 35.77%
B = 33.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#C5E6D8 (or 0xC5E6D8) is known color: Aero Blue. HEX triplet: C5, E6 and D8. RGB value is (197,230,216). Sum of RGB (Red+Green+Blue) = 197+230+216=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E6D8 is #3A1927. Grayscale: #DADADA. Windows color (decimal): -3807528 or 14214853. OLE color: 14214853.

HSL color Cylindrical-coordinate representation of color #C5E6D8: hue angle of 154.55º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E6D8 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 230 216 -
CMYK 0.14 0 0.06 0.10
HSL 154.55º 0.4% 0.84% -
HSV(B) 154.55º 0.14% 0.9% -
XYZ 63.72 73.42 75.78 -
YUV 218.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 197 230 216 0.14 0 0.06 0.10 154.55 0.4 0.84
Hex C5 E6 D8 E 0 6 A 9B 28 54
Octal 305 346 330 16 0 6 12 233 50 124
Binary 11000101 11100110 11011000 1110 0 110 1010 10011011 101000 1010100

Color Harmonies of #C5E6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E6D8

Black with #C5E6D8

Text Example


Text Example

White with #C5E6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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