Html Css Color HEX #C5FEDB Aero Blue

📋 copy color: '#C5FEDB'

red 197 ◦ green 254 ◦ blue 219

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

Shades of Aero Blue #C5FEDB

Tints of Aero Blue #C5FEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.91%

 BLUE value IS 219 (85.94% from 255) = 32.69%

R = 29.4%
G = 37.91%
B = 32.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#C5FEDB (or 0xC5FEDB) is known color: Aero Blue. HEX triplet: C5, FE and DB. RGB value is (197,254,219). Sum of RGB (Red+Green+Blue) = 197+254+219=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEDB is #3A0124. Grayscale: #E9E9E9. Windows color (decimal): -3801381 or 14417605. OLE color: 14417605.

HSL color Cylindrical-coordinate representation of color #C5FEDB: hue angle of 143.16º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEDB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 254 219 -
CMYK 0.22 0 0.14 0.00
HSL 143.16º 0.97% 0.88% -
HSV(B) 143.16º 0.22% 1% -
XYZ 71.25 87.87 80.22 -
YUV 232.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 197 254 219 0.22 0 0.14 0.00 143.16 0.97 0.88
Hex C5 FE DB 16 0 E 0 8F 61 58
Octal 305 376 333 26 0 16 0 217 141 130
Binary 11000101 11111110 11011011 10110 0 1110 0 10001111 1100001 1011000

Color Harmonies of #C5FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FEDB

Black with #C5FEDB

Text Example


Text Example

White with #C5FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FEDB; }

 p { color: rgb(197,254,219); }

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

background-color css

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

 a { background-color: rgb(197,254,219); }

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

border-color css

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

 span { border-color: rgb(197,254,219); }

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