Html Css Color HEX #81B9EF Maya Blue

📋 copy color: '#81B9EF'

red 129 ◦ green 185 ◦ blue 239

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

Shades of Maya Blue #81B9EF

Tints of Maya Blue #81B9EF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.45%

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

R = 23.33%
G = 33.45%
B = 43.22%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81B9EF (or 0x81B9EF) is known color: Maya Blue. HEX triplet: 81, B9 and EF. RGB value is (129,185,239). Sum of RGB (Red+Green+Blue) = 129+185+239=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #81B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B9EF is #7E4610. Grayscale: #AEAEAE. Windows color (decimal): -8275473 or 15710593. OLE color: 15710593.

HSL color Cylindrical-coordinate representation of color #81B9EF: hue angle of 209.45º 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 #81B9EF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 185 239 -
CMYK 0.46 0.23 0 0.06
HSL 209.45º 0.77% 0.72% -
HSV(B) 209.45º 0.46% 0.94% -
XYZ 41.98 45.6 88.25 -
YUV 174.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 129 185 239 0.46 0.23 0 0.06 209.45 0.77 0.72
Hex 81 B9 EF 2E 17 0 6 D1 4D 48
Octal 201 271 357 56 27 0 6 321 115 110
Binary 10000001 10111001 11101111 101110 10111 0 110 11010001 1001101 1001000

Color Harmonies of #81B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B9EF

Black with #81B9EF

Text Example


Text Example

White with #81B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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