#81BCFB

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

Shades of Maya Blue #81BCFB

Tints of Maya Blue #81BCFB

Color information

#81BCFB (or 0x81BCFB) is unknown color: approx Maya Blue. HEX triplet: 81, BC and FB. RGB value is (129,188,251). Sum of RGB (Red+Green+Blue) = 129+188+251=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #81BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFB is #7E4304. Grayscale: #B1B1B1. Windows color (decimal): -8274693 or 16497793. OLE color: 16497793.

HSL color Cylindrical-coordinate representation of color #81BCFB: hue angle of 210.98º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BCFB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129188251-
CMYK0.490.2500.02
HSL210.98º93.85%74.51%-
HSV(B)210.98º48.61%98.43%-
XYZ44.4547.698.11-
YUV177.54169.4593.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.71%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=22.71%
G=33.10%
B=44.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291882510.490.2500.02210.9893.8574.51
Hex81BCFB311902d35e4b
Octal201274373613102323136113
Binary100000011011110011111011110001110010101101001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BCFB; }

 p { color: rgb(129,188,251); }

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

<style>
 a { background-color: #81BCFB; }

 a { background-color: rgb(129,188,251); }

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

<style>
 span { border-color: #81BCFB; }

 span { border-color: rgb(129,188,251); }

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