Html Css Color HEX #C0FCD7 Aero Blue

📋 copy color: '#C0FCD7'

red 192 ◦ green 252 ◦ blue 215

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

Shades of Aero Blue #C0FCD7

Tints of Aero Blue #C0FCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 29.14%
G = 38.24%
B = 32.63%

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

#C0FCD7 (or 0xC0FCD7) is known color: Aero Blue. HEX triplet: C0, FC and D7. RGB value is (192,252,215). Sum of RGB (Red+Green+Blue) = 192+252+215=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCD7 is #3F0328. Grayscale: #E5E5E5. Windows color (decimal): -4129577 or 14154944. OLE color: 14154944.

HSL color Cylindrical-coordinate representation of color #C0FCD7: hue angle of 143º 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 #C0FCD7 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 252 215 -
CMYK 0.24 0 0.15 0.01
HSL 143º 0.91% 0.87% -
HSV(B) 143º 0.24% 0.99% -
XYZ 68.81 85.73 77.21 -
YUV 229.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 192 252 215 0.24 0 0.15 0.01 143 0.91 0.87
Hex C0 FC D7 18 0 F 1 8F 5B 57
Octal 300 374 327 30 0 17 1 217 133 127
Binary 11000000 11111100 11010111 11000 0 1111 1 10001111 1011011 1010111

Color Harmonies of #C0FCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FCD7

Black with #C0FCD7

Text Example


Text Example

White with #C0FCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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