Html Css Color HEX #C0FAD5 Aero Blue

📋 copy color: '#C0FAD5'

red 192 ◦ green 250 ◦ blue 213

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

Shades of Aero Blue #C0FAD5

Tints of Aero Blue #C0FAD5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

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

R = 29.31%
G = 38.17%
B = 32.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#C0FAD5 (or 0xC0FAD5) is known color: Aero Blue. HEX triplet: C0, FA and D5. RGB value is (192,250,213). Sum of RGB (Red+Green+Blue) = 192+250+213=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAD5 is #3F052A. Grayscale: #E4E4E4. Windows color (decimal): -4130091 or 14023360. OLE color: 14023360.

HSL color Cylindrical-coordinate representation of color #C0FAD5: hue angle of 141.72º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAD5 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 250 213 -
CMYK 0.23 0 0.15 0.02
HSL 141.72º 0.85% 0.87% -
HSV(B) 141.72º 0.23% 0.98% -
XYZ 67.93 84.38 75.66 -
YUV 228.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 192 250 213 0.23 0 0.15 0.02 141.72 0.85 0.87
Hex C0 FA D5 17 0 F 2 8E 55 57
Octal 300 372 325 27 0 17 2 216 125 127
Binary 11000000 11111010 11010101 10111 0 1111 10 10001110 1010101 1010111

Color Harmonies of #C0FAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FAD5

Black with #C0FAD5

Text Example


Text Example

White with #C0FAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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