#80BCF1

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

Shades of Maya Blue #80BCF1

Tints of Maya Blue #80BCF1

Color information

#80BCF1 (or 0x80BCF1) is unknown color: approx Maya Blue. HEX triplet: 80, BC and F1. RGB value is (128,188,241). Sum of RGB (Red+Green+Blue) = 128+188+241=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #80BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BCF1 is #7F430E. Grayscale: #AFAFAF. Windows color (decimal): -8340239 or 15842432. OLE color: 15842432.

HSL color Cylindrical-coordinate representation of color #80BCF1: hue angle of 208.14º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BCF1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB128188241-
CMYK0.470.2200.05
HSL208.14º80.14%72.35%-
HSV(B)208.14º46.89%94.51%-
XYZ42.7646.9190.02-
YUV176.1164.6293.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=22.98%
G=33.75%
B=43.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1281882410.470.2200.05208.1480.1472.35
Hex80BCF12F1605d05048
Octal200274361572605320120110
Binary1000000010111100111100011011111011001011101000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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