#80BBF8

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

Shades of Maya Blue #80BBF8

Tints of Maya Blue #80BBF8

Color information

#80BBF8 (or 0x80BBF8) is unknown color: approx Maya Blue. HEX triplet: 80, BB and F8. RGB value is (128,187,248). Sum of RGB (Red+Green+Blue) = 128+187+248=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #80BBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBF8 is #7F4407. Grayscale: #B0B0B0. Windows color (decimal): -8340488 or 16300928. OLE color: 16300928.

HSL color Cylindrical-coordinate representation of color #80BBF8: hue angle of 210.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BBF8 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128187248-
CMYK0.480.2500.03
HSL210.5º89.55%73.73%-
HSV(B)210.5º48.39%97.25%-
XYZ43.6246.9195.56-
YUV176.31168.4593.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.74%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=22.74%
G=33.21%
B=44.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1281872480.480.2500.03210.589.5573.73
Hex80BBF8301903d25a4a
Octal200273370603103322132112
Binary100000001011101111111000110000110010111101001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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