#80B8FB

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

Shades of Maya Blue #80B8FB

Tints of Maya Blue #80B8FB

Color information

#80B8FB (or 0x80B8FB) is unknown color: approx Maya Blue. HEX triplet: 80, B8 and FB. RGB value is (128,184,251). Sum of RGB (Red+Green+Blue) = 128+184+251=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #80B8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B8FB is #7F4704. Grayscale: #AEAEAE. Windows color (decimal): -8341253 or 16496768. OLE color: 16496768.

HSL color Cylindrical-coordinate representation of color #80B8FB: hue angle of 212.68º degrees, saturation: 0.94, 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 #80B8FB is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128184251-
CMYK0.490.2700.02
HSL212.68º93.89%74.31%-
HSV(B)212.68º49%98.43%-
XYZ43.4645.8497.82-
YUV174.89170.9594.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=22.74%
G=32.68%
B=44.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281842510.490.2700.02212.6893.8974.31
Hex80B8FB311B02d55e4a
Octal200270373613302325136112
Binary100000001011100011111011110001110110101101010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,251); }

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

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

 a { background-color: rgb(128,184,251); }

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

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

 span { border-color: rgb(128,184,251); }

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