Html Css Color HEX #C0FED8 Aero Blue

📋 copy color: '#C0FED8'

red 192 ◦ green 254 ◦ blue 216

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

Shades of Aero Blue #C0FED8

Tints of Aero Blue #C0FED8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.37%

 BLUE value IS 216 (84.77% from 255) = 32.63%

R = 29%
G = 38.37%
B = 32.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#C0FED8 (or 0xC0FED8) is known color: Aero Blue. HEX triplet: C0, FE and D8. RGB value is (192,254,216). Sum of RGB (Red+Green+Blue) = 192+254+216=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FED8 is #3F0127. Grayscale: #E7E7E7. Windows color (decimal): -4129064 or 14220992. OLE color: 14220992.

HSL color Cylindrical-coordinate representation of color #C0FED8: hue angle of 143.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FED8 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 254 216 -
CMYK 0.24 0 0.15 0.00
HSL 143.23º 0.97% 0.87% -
HSV(B) 143.23º 0.24% 1% -
XYZ 69.57 87.05 78.1 -
YUV 231.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 192 254 216 0.24 0 0.15 0.00 143.23 0.97 0.87
Hex C0 FE D8 18 0 F 0 8F 61 57
Octal 300 376 330 30 0 17 0 217 141 127
Binary 11000000 11111110 11011000 11000 0 1111 0 10001111 1100001 1010111

Color Harmonies of #C0FED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FED8

Black with #C0FED8

Text Example


Text Example

White with #C0FED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FED8; }

 p { color: rgb(192,254,216); }

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

background-color css

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

 a { background-color: rgb(192,254,216); }

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

border-color css

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

 span { border-color: rgb(192,254,216); }

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