Html Css Color HEX #C5EDD7 Aero Blue

📋 copy color: '#C5EDD7'

red 197 ◦ green 237 ◦ blue 215

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

Shades of Aero Blue #C5EDD7

Tints of Aero Blue #C5EDD7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.52%

 BLUE value IS 215 (84.38% from 255) = 33.13%

R = 30.35%
G = 36.52%
B = 33.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#C5EDD7 (or 0xC5EDD7) is known color: Aero Blue. HEX triplet: C5, ED and D7. RGB value is (197,237,215). Sum of RGB (Red+Green+Blue) = 197+237+215=649 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.35% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 215 (84.38% from 255 or 33.13% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EDD7 is #3A1228. Grayscale: #DEDEDE. Windows color (decimal): -3805737 or 14151109. OLE color: 14151109.

HSL color Cylindrical-coordinate representation of color #C5EDD7: hue angle of 147º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5EDD7 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 237 215 -
CMYK 0.17 0 0.09 0.07
HSL 147º 0.53% 0.85% -
HSV(B) 147º 0.17% 0.93% -
XYZ 65.58 77.34 75.76 -
YUV 222.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 197 237 215 0.17 0 0.09 0.07 147 0.53 0.85
Hex C5 ED D7 11 0 9 7 93 35 55
Octal 305 355 327 21 0 11 7 223 65 125
Binary 11000101 11101101 11010111 10001 0 1001 111 10010011 110101 1010101

Color Harmonies of #C5EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDD7

Black with #C5EDD7

Text Example


Text Example

White with #C5EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDD7; }

 p { color: rgb(197,237,215); }

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

background-color css

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

 a { background-color: rgb(197,237,215); }

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

border-color css

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

 span { border-color: rgb(197,237,215); }

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