Html Css Color HEX #81BDFB Maya Blue

📋 copy color: '#81BDFB'

red 129 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #81BDFB

Tints of Maya Blue #81BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 22.67%
G = 33.22%
B = 44.11%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81BDFB (or 0x81BDFB) is known color: Maya Blue. HEX triplet: 81, BD and FB. RGB value is (129,189,251). Sum of RGB (Red+Green+Blue) = 129+189+251=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #81BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BDFB is #7E4204. Grayscale: #B1B1B1. Windows color (decimal): -8274437 or 16498049. OLE color: 16498049.

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

Color convert

RGB 129 189 251 -
CMYK 0.49 0.25 0 0.02
HSL 210.49º 0.94% 0.75% -
HSV(B) 210.49º 0.49% 0.98% -
XYZ 44.66 48.03 98.18 -
YUV 178.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 129 189 251 0.49 0.25 0 0.02 210.49 0.94 0.75
Hex 81 BD FB 31 19 0 2 D2 5E 4B
Octal 201 275 373 61 31 0 2 322 136 113
Binary 10000001 10111101 11111011 110001 11001 0 10 11010010 1011110 1001011

Color Harmonies of #81BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BDFB

Black with #81BDFB

Text Example


Text Example

White with #81BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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