#81C0FB

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

Shades of Maya Blue #81C0FB

Tints of Maya Blue #81C0FB

Color information

#81C0FB (or 0x81C0FB) is unknown color: approx Maya Blue. HEX triplet: 81, C0 and FB. RGB value is (129,192,251). Sum of RGB (Red+Green+Blue) = 129+192+251=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #81C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C0FB is #7E3F04. Grayscale: #B3B3B3. Windows color (decimal): -8273669 or 16498817. OLE color: 16498817.

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

Color convert

RGB129192251-
CMYK0.490.2400.02
HSL209.02º93.85%74.51%-
HSV(B)209.02º48.61%98.43%-
XYZ45.3249.3398.4-
YUV179.89168.1391.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.55%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=22.55%
G=33.57%
B=43.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291922510.490.2400.02209.0293.8574.51
Hex81C0FB311802d15e4b
Octal201300373613002321136113
Binary100000011100000011111011110001110000101101000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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