Html Css Color HEX #C0FCD5 Aero Blue

📋 copy color: '#C0FCD5'

red 192 ◦ green 252 ◦ blue 213

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

Shades of Aero Blue #C0FCD5

Tints of Aero Blue #C0FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.36%

 BLUE value IS 213 (83.59% from 255) = 32.42%

R = 29.22%
G = 38.36%
B = 32.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#C0FCD5 (or 0xC0FCD5) is known color: Aero Blue. HEX triplet: C0, FC and D5. RGB value is (192,252,213). Sum of RGB (Red+Green+Blue) = 192+252+213=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCD5 is #3F032A. Grayscale: #E5E5E5. Windows color (decimal): -4129579 or 14023872. OLE color: 14023872.

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

Color convert

RGB 192 252 213 -
CMYK 0.24 0 0.15 0.01
HSL 141º 0.91% 0.87% -
HSV(B) 141º 0.24% 0.99% -
XYZ 68.56 85.63 75.87 -
YUV 229.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 192 252 213 0.24 0 0.15 0.01 141 0.91 0.87
Hex C0 FC D5 18 0 F 1 8D 5B 57
Octal 300 374 325 30 0 17 1 215 133 127
Binary 11000000 11111100 11010101 11000 0 1111 1 10001101 1011011 1010111

Color Harmonies of #C0FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FCD5

Black with #C0FCD5

Text Example


Text Example

White with #C0FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FCD5; }

 p { color: rgb(192,252,213); }

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

background-color css

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

 a { background-color: rgb(192,252,213); }

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

border-color css

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

 span { border-color: rgb(192,252,213); }

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