#81B9FC

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

Shades of Maya Blue #81B9FC

Tints of Maya Blue #81B9FC

Color information

#81B9FC (or 0x81B9FC) is unknown color: approx Maya Blue. HEX triplet: 81, B9 and FC. RGB value is (129,185,252). Sum of RGB (Red+Green+Blue) = 129+185+252=566 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.79% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #81B9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B9FC is #7E4603. Grayscale: #AFAFAF. Windows color (decimal): -8275460 or 16562561. OLE color: 16562561.

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

Color convert

RGB129185252-
CMYK0.490.2700.01
HSL212.68º95.35%74.71%-
HSV(B)212.68º48.81%98.82%-
XYZ43.9746.3998.73-
YUV175.89170.9594.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.79%
GREEN value IS 185 (72.66% from 255) = 32.69%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=22.79%
G=32.69%
B=44.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291852520.490.2700.01212.6895.3574.71
Hex81B9FC311B01d55f4b
Octal201271374613301325137113
Binary10000001101110011111110011000111011011101010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,185,252); }

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

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

 a { background-color: rgb(129,185,252); }

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

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

 span { border-color: rgb(129,185,252); }

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