Html Css Color HEX #C5F2D9 Aero Blue

📋 copy color: '#C5F2D9'

red 197 ◦ green 242 ◦ blue 217

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

Shades of Aero Blue #C5F2D9

Tints of Aero Blue #C5F2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

 BLUE value IS 217 (85.16% from 255) = 33.08%

R = 30.03%
G = 36.89%
B = 33.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#C5F2D9 (or 0xC5F2D9) is known color: Aero Blue. HEX triplet: C5, F2 and D9. RGB value is (197,242,217). Sum of RGB (Red+Green+Blue) = 197+242+217=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F2D9 is #3A0D26. Grayscale: #E1E1E1. Windows color (decimal): -3804455 or 14283461. OLE color: 14283461.

HSL color Cylindrical-coordinate representation of color #C5F2D9: hue angle of 146.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F2D9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 217 -
CMYK 0.19 0 0.10 0.05
HSL 146.67º 0.63% 0.86% -
HSV(B) 146.67º 0.19% 0.95% -
XYZ 67.3 80.38 77.61 -
YUV 225.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 197 242 217 0.19 0 0.10 0.05 146.67 0.63 0.86
Hex C5 F2 D9 13 0 A 5 93 3F 56
Octal 305 362 331 23 0 12 5 223 77 126
Binary 11000101 11110010 11011001 10011 0 1010 101 10010011 111111 1010110

Color Harmonies of #C5F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2D9

Black with #C5F2D9

Text Example


Text Example

White with #C5F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2D9; }

 p { color: rgb(197,242,217); }

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

background-color css

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

 a { background-color: rgb(197,242,217); }

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

border-color css

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

 span { border-color: rgb(197,242,217); }

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