Html Css Color HEX #81B1FD Maya Blue

📋 copy color: '#81B1FD'

red 129 ◦ green 177 ◦ blue 253

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

Shades of Maya Blue #81B1FD

Tints of Maya Blue #81B1FD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.66%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 23.08%
G = 31.66%
B = 45.26%

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

#81B1FD (or 0x81B1FD) is known color: Maya Blue. HEX triplet: 81, B1 and FD. RGB value is (129,177,253). Sum of RGB (Red+Green+Blue) = 129+177+253=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #81B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B1FD is #7E4E02. Grayscale: #AAAAAA. Windows color (decimal): -8277507 or 16626049. OLE color: 16626049.

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

Color convert

RGB 129 177 253 -
CMYK 0.49 0.30 0 0.01
HSL 216.77º 0.97% 0.75% -
HSV(B) 216.77º 0.49% 0.99% -
XYZ 42.51 43.2 99.03 -
YUV 171.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 129 177 253 0.49 0.30 0 0.01 216.77 0.97 0.75
Hex 81 B1 FD 31 1E 0 1 D9 61 4B
Octal 201 261 375 61 36 0 1 331 141 113
Binary 10000001 10110001 11111101 110001 11110 0 1 11011001 1100001 1001011

Color Harmonies of #81B1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B1FD

Black with #81B1FD

Text Example


Text Example

White with #81B1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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