Html Css Color HEX #81BDEF Maya Blue

📋 copy color: '#81BDEF'

red 129 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #81BDEF

Tints of Maya Blue #81BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 23.16%
G = 33.93%
B = 42.91%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81BDEF (or 0x81BDEF) is known color: Maya Blue. HEX triplet: 81, BD and EF. RGB value is (129,189,239). Sum of RGB (Red+Green+Blue) = 129+189+239=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #81BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BDEF is #7E4210. Grayscale: #B0B0B0. Windows color (decimal): -8274449 or 15711617. OLE color: 15711617.

HSL color Cylindrical-coordinate representation of color #81BDEF: hue angle of 207.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BDEF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 189 239 -
CMYK 0.46 0.21 0 0.06
HSL 207.27º 0.77% 0.72% -
HSV(B) 207.27º 0.46% 0.94% -
XYZ 42.83 47.29 88.53 -
YUV 176.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 129 189 239 0.46 0.21 0 0.06 207.27 0.77 0.72
Hex 81 BD EF 2E 15 0 6 CF 4D 48
Octal 201 275 357 56 25 0 6 317 115 110
Binary 10000001 10111101 11101111 101110 10101 0 110 11001111 1001101 1001000

Color Harmonies of #81BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BDEF

Black with #81BDEF

Text Example


Text Example

White with #81BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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