#80C0FA

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

Shades of Maya Blue #80C0FA

Tints of Maya Blue #80C0FA

Color information

#80C0FA (or 0x80C0FA) is unknown color: approx Maya Blue. HEX triplet: 80, C0 and FA. RGB value is (128,192,250). Sum of RGB (Red+Green+Blue) = 128+192+250=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #80C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80C0FA is #7F3F05. Grayscale: #B3B3B3. Windows color (decimal): -8339206 or 16433280. OLE color: 16433280.

HSL color Cylindrical-coordinate representation of color #80C0FA: hue angle of 208.52º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C0FA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128192250-
CMYK0.490.2300.02
HSL208.52º92.42%74.12%-
HSV(B)208.52º48.8%98.04%-
XYZ45.0149.1997.57-
YUV179.48167.891.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.46%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=22.46%
G=33.68%
B=43.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281922500.490.2300.02208.5292.4274.12
Hex80C0FA311702d15c4a
Octal200300372612702321134112
Binary100000001100000011111010110001101110101101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80C0FA; }

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

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

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

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

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

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

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

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