#80BBFD

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

Shades of Maya Blue #80BBFD

Tints of Maya Blue #80BBFD

Color information

#80BBFD (or 0x80BBFD) is unknown color: approx Maya Blue. HEX triplet: 80, BB and FD. RGB value is (128,187,253). Sum of RGB (Red+Green+Blue) = 128+187+253=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #80BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBFD is #7F4402. Grayscale: #B0B0B0. Windows color (decimal): -8340483 or 16628608. OLE color: 16628608.

HSL color Cylindrical-coordinate representation of color #80BBFD: hue angle of 211.68º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BBFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128187253-
CMYK0.490.2600.01
HSL211.68º96.9%74.71%-
HSV(B)211.68º49.41%99.22%-
XYZ44.447.2299.7-
YUV176.88170.9593.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.54%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=22.54%
G=32.92%
B=44.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281872530.490.2600.01211.6896.974.71
Hex80BBFD311A01d4614b
Octal200273375613201324141113
Binary10000000101110111111110111000111010011101010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,253); }

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

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

 a { background-color: rgb(128,187,253); }

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

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

 span { border-color: rgb(128,187,253); }

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