Html Css Color HEX #C5FFDF Aero Blue

📋 copy color: '#C5FFDF'

red 197 ◦ green 255 ◦ blue 223

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

Shades of Aero Blue #C5FFDF

Tints of Aero Blue #C5FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.04%

R = 29.19%
G = 37.78%
B = 33.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#C5FFDF (or 0xC5FFDF) is known color: Aero Blue. HEX triplet: C5, FF and DF. RGB value is (197,255,223). Sum of RGB (Red+Green+Blue) = 197+255+223=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FFDF is #3A0020. Grayscale: #EAEAEA. Windows color (decimal): -3801121 or 14680005. OLE color: 14680005.

HSL color Cylindrical-coordinate representation of color #C5FFDF: hue angle of 146.9º 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 #C5FFDF is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 197 255 223 -
CMYK 0.23 0 0.13 0
HSL 146.9º 1% 0.89% -
HSV(B) 146.9º 0.23% 1% -
XYZ 72.11 88.72 83.14 -
YUV 234.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 197 255 223 0.23 0 0.13 0 146.9 1 0.89
Hex C5 FF DF 17 0 D 0 93 64 59
Octal 305 377 337 27 0 15 0 223 144 131
Binary 11000101 11111111 11011111 10111 0 1101 0 10010011 1100100 1011001

Color Harmonies of #C5FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFDF

Black with #C5FFDF

Text Example


Text Example

White with #C5FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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