Html Css Color HEX #81BDFE Maya Blue

📋 copy color: '#81BDFE'

red 129 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #81BDFE

Tints of Maya Blue #81BDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 22.55%
G = 33.04%
B = 44.41%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81BDFE (or 0x81BDFE) is known color: Maya Blue. HEX triplet: 81, BD and FE. RGB value is (129,189,254). Sum of RGB (Red+Green+Blue) = 129+189+254=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #81BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BDFE is #7E4201. Grayscale: #B2B2B2. Windows color (decimal): -8274434 or 16694657. OLE color: 16694657.

HSL color Cylindrical-coordinate representation of color #81BDFE: hue angle of 211.2º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BDFE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 129 189 254 -
CMYK 0.49 0.26 0 0.00
HSL 211.2º 0.98% 0.75% -
HSV(B) 211.2º 0.49% 1% -
XYZ 45.14 48.22 100.69 -
YUV 178.47 170.62 92.71 -
System Red Green Blue C M Y K H S L
Decimal 129 189 254 0.49 0.26 0 0.00 211.2 0.98 0.75
Hex 81 BD FE 31 1A 0 0 D3 62 4B
Octal 201 275 376 61 32 0 0 323 142 113
Binary 10000001 10111101 11111110 110001 11010 0 0 11010011 1100010 1001011

Color Harmonies of #81BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BDFE

Black with #81BDFE

Text Example


Text Example

White with #81BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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