#80BCF4

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

Shades of Maya Blue #80BCF4

Tints of Maya Blue #80BCF4

Color information

#80BCF4 (or 0x80BCF4) is unknown color: approx Maya Blue. HEX triplet: 80, BC and F4. RGB value is (128,188,244). Sum of RGB (Red+Green+Blue) = 128+188+244=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #80BCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCF4 is #7F430B. Grayscale: #B0B0B0. Windows color (decimal): -8340236 or 16039040. OLE color: 16039040.

HSL color Cylindrical-coordinate representation of color #80BCF4: hue angle of 208.97º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BCF4 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128188244-
CMYK0.480.2300.04
HSL208.97º84.06%72.94%-
HSV(B)208.97º47.54%95.69%-
XYZ43.2147.0992.4-
YUV176.44166.1293.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.86%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 244 (95.70% from 255) = 43.57%
R=22.86%
G=33.57%
B=43.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281882440.480.2300.04208.9784.0672.94
Hex80BCF4301704d15449
Octal200274364602704321124111
Binary1000000010111100111101001100001011101001101000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,188,244); }

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

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

 a { background-color: rgb(128,188,244); }

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

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

 span { border-color: rgb(128,188,244); }

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