Html Css Color HEX #C5FFDB Aero Blue

📋 copy color: '#C5FFDB'

red 197 ◦ green 255 ◦ blue 219

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

Shades of Aero Blue #C5FFDB

Tints of Aero Blue #C5FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 38%

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

R = 29.36%
G = 38%
B = 32.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#C5FFDB (or 0xC5FFDB) is known color: Aero Blue. HEX triplet: C5, FF and DB. RGB value is (197,255,219). Sum of RGB (Red+Green+Blue) = 197+255+219=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFDB is #3A0024. Grayscale: #E9E9E9. Windows color (decimal): -3801125 or 14417861. OLE color: 14417861.

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

Color convert

RGB 197 255 219 -
CMYK 0.23 0 0.14 0
HSL 142.76º 1% 0.89% -
HSV(B) 142.76º 0.23% 1% -
XYZ 71.57 88.5 80.33 -
YUV 233.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 197 255 219 0.23 0 0.14 0 142.76 1 0.89
Hex C5 FF DB 17 0 E 0 8F 64 59
Octal 305 377 333 27 0 16 0 217 144 131
Binary 11000101 11111111 11011011 10111 0 1110 0 10001111 1100100 1011001

Color Harmonies of #C5FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFDB

Black with #C5FFDB

Text Example


Text Example

White with #C5FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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