#C0F2DA

Color #C0F2DA Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C0F2DA

Tints of Aero Blue #C0F2DA

Color information

#C0F2DA (or 0xC0F2DA) is unknown color: approx Aero Blue. HEX triplet: C0, F2 and DA. RGB value is (192,242,218). Sum of RGB (Red+Green+Blue) = 192+242+218=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DA is #3F0D25. Grayscale: #E0E0E0. Windows color (decimal): -4132134 or 14348992. OLE color: 14348992.

HSL color Cylindrical-coordinate representation of color #C0F2DA: hue angle of 151.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB192242218-
CMYK0.2100.100.05
HSL151.2º65.79%85.1%-
HSV(B)151.2º20.66%94.9%-
XYZ66.1579.7778.24-
YUV224.31124.44104.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.45%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=29.45%
G=37.12%
B=33.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922422180.2100.100.05151.265.7985.1
HexC0F2DA150A5974255
Octal300362332250125227102125
Binary11000000111100101101101010101010101011001011110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F2DA; }

 p { color: rgb(192,242,218); }

 H1.HeaderClassName
 {
   color: #C0F2DA;
 }
 .AnyTagClassName
 {
   color: #C0F2DA;
 }
</style>
background-color css

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

 a { background-color: rgb(192,242,218); }

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

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

 span { border-color: rgb(192,242,218); }

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