Html Css Color HEX #C0F7D9 Aero Blue

📋 copy color: '#C0F7D9'

red 192 ◦ green 247 ◦ blue 217

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

Shades of Aero Blue #C0F7D9

Tints of Aero Blue #C0F7D9

RGB

 RED value IS 192 (75.39% from 255) = 29.27%

 GREEN value IS 247 (96.88% from 255) = 37.65%

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

R = 29.27%
G = 37.65%
B = 33.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#C0F7D9 (or 0xC0F7D9) is known color: Aero Blue. HEX triplet: C0, F7 and D9. RGB value is (192,247,217). Sum of RGB (Red+Green+Blue) = 192+247+217=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7D9 is #3F0826. Grayscale: #E3E3E3. Windows color (decimal): -4130855 or 14284736. OLE color: 14284736.

HSL color Cylindrical-coordinate representation of color #C0F7D9: hue angle of 147.27º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7D9 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 217 -
CMYK 0.22 0 0.12 0.03
HSL 147.27º 0.77% 0.86% -
HSV(B) 147.27º 0.22% 0.97% -
XYZ 67.52 82.74 78.06 -
YUV 227.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 192 247 217 0.22 0 0.12 0.03 147.27 0.77 0.86
Hex C0 F7 D9 16 0 C 3 93 4D 56
Octal 300 367 331 26 0 14 3 223 115 126
Binary 11000000 11110111 11011001 10110 0 1100 11 10010011 1001101 1010110

Color Harmonies of #C0F7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F7D9

Black with #C0F7D9

Text Example


Text Example

White with #C0F7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F7D9; }

 p { color: rgb(192,247,217); }

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

background-color css

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

 a { background-color: rgb(192,247,217); }

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

border-color css

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

 span { border-color: rgb(192,247,217); }

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