Html Css Color HEX #C5FDDD Aero Blue

📋 copy color: '#C5FDDD'

red 197 ◦ green 253 ◦ blue 221

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

Shades of Aero Blue #C5FDDD

Tints of Aero Blue #C5FDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.7%

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 29.36%
G = 37.7%
B = 32.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#C5FDDD (or 0xC5FDDD) is known color: Aero Blue. HEX triplet: C5, FD and DD. RGB value is (197,253,221). Sum of RGB (Red+Green+Blue) = 197+253+221=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDDD is #3A0222. Grayscale: #E8E8E8. Windows color (decimal): -3801635 or 14548421. OLE color: 14548421.

HSL color Cylindrical-coordinate representation of color #C5FDDD: hue angle of 145.71º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FDDD is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 253 221 -
CMYK 0.22 0 0.13 0.01
HSL 145.71º 0.93% 0.88% -
HSV(B) 145.71º 0.22% 0.99% -
XYZ 71.2 87.34 81.51 -
YUV 232.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 197 253 221 0.22 0 0.13 0.01 145.71 0.93 0.88
Hex C5 FD DD 16 0 D 1 92 5D 58
Octal 305 375 335 26 0 15 1 222 135 130
Binary 11000101 11111101 11011101 10110 0 1101 1 10010010 1011101 1011000

Color Harmonies of #C5FDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FDDD

Black with #C5FDDD

Text Example


Text Example

White with #C5FDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FDDD; }

 p { color: rgb(197,253,221); }

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

background-color css

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

 a { background-color: rgb(197,253,221); }

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

border-color css

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

 span { border-color: rgb(197,253,221); }

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