Html Css Color HEX #C5EEDA Aero Blue

📋 copy color: '#C5EEDA'

red 197 ◦ green 238 ◦ blue 218

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

Shades of Aero Blue #C5EEDA

Tints of Aero Blue #C5EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.45%

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 30.17%
G = 36.45%
B = 33.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C5EEDA (or 0xC5EEDA) is known color: Aero Blue. HEX triplet: C5, EE and DA. RGB value is (197,238,218). Sum of RGB (Red+Green+Blue) = 197+238+218=653 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.17% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EEDA is #3A1125. Grayscale: #DFDFDF. Windows color (decimal): -3805478 or 14347973. OLE color: 14347973.

HSL color Cylindrical-coordinate representation of color #C5EEDA: hue angle of 150.73º degrees, saturation: 0.55, 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 #C5EEDA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 238 218 -
CMYK 0.17 0 0.08 0.07
HSL 150.73º 0.55% 0.85% -
HSV(B) 150.73º 0.17% 0.93% -
XYZ 66.26 78.08 77.91 -
YUV 223.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 197 238 218 0.17 0 0.08 0.07 150.73 0.55 0.85
Hex C5 EE DA 11 0 8 7 97 37 55
Octal 305 356 332 21 0 10 7 227 67 125
Binary 11000101 11101110 11011010 10001 0 1000 111 10010111 110111 1010101

Color Harmonies of #C5EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EEDA

Black with #C5EEDA

Text Example


Text Example

White with #C5EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EEDA; }

 p { color: rgb(197,238,218); }

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

background-color css

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

 a { background-color: rgb(197,238,218); }

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

border-color css

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

 span { border-color: rgb(197,238,218); }

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