#80BFFF

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

Shades of Maya Blue #80BFFF

Tints of Maya Blue #80BFFF

Color information

#80BFFF (or 0x80BFFF) is unknown color: approx Maya Blue. HEX triplet: 80, BF and FF. RGB value is (128,191,255). Sum of RGB (Red+Green+Blue) = 128+191+255=574 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.30% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #80BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFFF is #7F4000. Grayscale: #B3B3B3. Windows color (decimal): -8339457 or 16760704. OLE color: 16760704.

HSL color Cylindrical-coordinate representation of color #80BFFF: hue angle of 210.24º 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 #80BFFF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128191255-
CMYK0.500.2500
HSL210.24º100%75.1%-
HSV(B)210.24º49.8%100%-
XYZ45.5849.07101.68-
YUV179.46170.6391.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.30%
GREEN value IS 191 (75% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 44.43%
R=22.30%
G=33.28%
B=44.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281912550.500.2500210.2410075.1
Hex80BFFF321900d2644b
Octal200277377623100322144113
Binary10000000101111111111111111001011001001101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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