Html Css Color HEX #C5EFDA Aero Blue

📋 copy color: '#C5EFDA'

red 197 ◦ green 239 ◦ blue 218

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

Shades of Aero Blue #C5EFDA

Tints of Aero Blue #C5EFDA

RGB

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

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

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

R = 30.12%
G = 36.54%
B = 33.33%

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

#C5EFDA (or 0xC5EFDA) is known color: Aero Blue. HEX triplet: C5, EF and DA. RGB value is (197,239,218). Sum of RGB (Red+Green+Blue) = 197+239+218=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFDA is #3A1025. Grayscale: #E0E0E0. Windows color (decimal): -3805222 or 14348229. OLE color: 14348229.

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

Color convert

RGB 197 239 218 -
CMYK 0.18 0 0.09 0.06
HSL 150º 0.57% 0.85% -
HSV(B) 150º 0.18% 0.94% -
XYZ 66.55 78.67 78.01 -
YUV 224.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 197 239 218 0.18 0 0.09 0.06 150 0.57 0.85
Hex C5 EF DA 12 0 9 6 96 39 55
Octal 305 357 332 22 0 11 6 226 71 125
Binary 11000101 11101111 11011010 10010 0 1001 110 10010110 111001 1010101

Color Harmonies of #C5EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFDA

Black with #C5EFDA

Text Example


Text Example

White with #C5EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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