#81B0FA

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

Shades of Maya Blue #81B0FA

Tints of Maya Blue #81B0FA

Color information

#81B0FA (or 0x81B0FA) is unknown color: approx Maya Blue. HEX triplet: 81, B0 and FA. RGB value is (129,176,250). Sum of RGB (Red+Green+Blue) = 129+176+250=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #81B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B0FA is #7E4F05. Grayscale: #AAAAAA. Windows color (decimal): -8277766 or 16429185. OLE color: 16429185.

HSL color Cylindrical-coordinate representation of color #81B0FA: hue angle of 216.69º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81B0FA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129176250-
CMYK0.480.3000.02
HSL216.69º92.37%74.31%-
HSV(B)216.69º48.4%98.04%-
XYZ41.8342.6296.46-
YUV170.38172.9398.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.24%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=23.24%
G=31.71%
B=45.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291762500.480.3000.02216.6992.3774.31
Hex81B0FA301E02d95c4a
Octal201260372603602331134112
Binary100000011011000011111010110000111100101101100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,176,250); }

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

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

 a { background-color: rgb(129,176,250); }

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

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

 span { border-color: rgb(129,176,250); }

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