#80B8FF

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

Shades of Maya Blue #80B8FF

Tints of Maya Blue #80B8FF

Color information

#80B8FF (or 0x80B8FF) is unknown color: approx Maya Blue. HEX triplet: 80, B8 and FF. RGB value is (128,184,255). Sum of RGB (Red+Green+Blue) = 128+184+255=567 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.57% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #80B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B8FF is #7F4700. Grayscale: #AFAFAF. Windows color (decimal): -8341249 or 16758912. OLE color: 16758912.

HSL color Cylindrical-coordinate representation of color #80B8FF: hue angle of 213.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80B8FF is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128184255-
CMYK0.500.2800
HSL213.54º100%75.1%-
HSV(B)213.54º49.8%100%-
XYZ44.0946.09101.18-
YUV175.35172.9594.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.57%
GREEN value IS 184 (72.27% from 255) = 32.45%
BLUE value IS 255 (100% from 255) = 44.97%
R=22.57%
G=32.45%
B=44.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281842550.500.2800213.5410075.1
Hex80B8FF321C00d6644b
Octal200270377623400326144113
Binary10000000101110001111111111001011100001101011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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