Html Css Color HEX #81B0FC Maya Blue

📋 copy color: '#81B0FC'

red 129 ◦ green 176 ◦ blue 252

#81B0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #81B0FC

Tints of Maya Blue #81B0FC

RGB

 RED value IS 129 (50.78% from 255) = 23.16%

 GREEN value IS 176 (69.14% from 255) = 31.6%

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 23.16%
G = 31.6%
B = 45.24%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81B0FC (or 0x81B0FC) is known color: Maya Blue. HEX triplet: 81, B0 and FC. RGB value is (129,176,252). Sum of RGB (Red+Green+Blue) = 129+176+252=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #81B0FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B0FC is #7E4F03. Grayscale: #AAAAAA. Windows color (decimal): -8277764 or 16560257. OLE color: 16560257.

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

Color convert

RGB 129 176 252 -
CMYK 0.49 0.30 0 0.01
HSL 217.07º 0.95% 0.75% -
HSV(B) 217.07º 0.49% 0.99% -
XYZ 42.15 42.75 98.12 -
YUV 170.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 129 176 252 0.49 0.30 0 0.01 217.07 0.95 0.75
Hex 81 B0 FC 31 1E 0 1 D9 5F 4B
Octal 201 260 374 61 36 0 1 331 137 113
Binary 10000001 10110000 11111100 110001 11110 0 1 11011001 1011111 1001011

Color Harmonies of #81B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B0FC

Black with #81B0FC

Text Example


Text Example

White with #81B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81B0FC;
 }
 .AnyTagClassName
 {
   color: #81B0FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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