#81BBFD

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

Shades of Maya Blue #81BBFD

Tints of Maya Blue #81BBFD

Color information

#81BBFD (or 0x81BBFD) is unknown color: approx Maya Blue. HEX triplet: 81, BB and FD. RGB value is (129,187,253). Sum of RGB (Red+Green+Blue) = 129+187+253=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #81BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBFD is #7E4402. Grayscale: #B0B0B0. Windows color (decimal): -8274947 or 16628609. OLE color: 16628609.

HSL color Cylindrical-coordinate representation of color #81BBFD: hue angle of 211.94º 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 #81BBFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129187253-
CMYK0.490.2600.01
HSL211.94º96.88%74.9%-
HSV(B)211.94º49.01%99.22%-
XYZ44.5547.399.71-
YUV177.18170.7893.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.67%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=22.67%
G=32.86%
B=44.46%

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
Decimal1291872530.490.2600.01211.9496.8874.9
Hex81BBFD311A01d4614b
Octal201273375613201324141113
Binary10000001101110111111110111000111010011101010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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