Html Css Color HEX #81BFEE Maya Blue

📋 copy color: '#81BFEE'

red 129 ◦ green 191 ◦ blue 238

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

Shades of Maya Blue #81BFEE

Tints of Maya Blue #81BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.23%

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 23.12%
G = 34.23%
B = 42.65%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81BFEE (or 0x81BFEE) is known color: Maya Blue. HEX triplet: 81, BF and EE. RGB value is (129,191,238). Sum of RGB (Red+Green+Blue) = 129+191+238=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #81BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFEE is #7E4011. Grayscale: #B1B1B1. Windows color (decimal): -8273938 or 15646593. OLE color: 15646593.

HSL color Cylindrical-coordinate representation of color #81BFEE: hue angle of 205.87º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BFEE is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 191 238 -
CMYK 0.46 0.20 0 0.07
HSL 205.87º 0.76% 0.72% -
HSV(B) 205.87º 0.46% 0.93% -
XYZ 43.12 48.1 87.9 -
YUV 177.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 129 191 238 0.46 0.20 0 0.07 205.87 0.76 0.72
Hex 81 BF EE 2E 14 0 7 CE 4C 48
Octal 201 277 356 56 24 0 7 316 114 110
Binary 10000001 10111111 11101110 101110 10100 0 111 11001110 1001100 1001000

Color Harmonies of #81BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFEE

Black with #81BFEE

Text Example


Text Example

White with #81BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,191,238); }

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

background-color css

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

 a { background-color: rgb(129,191,238); }

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

border-color css

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

 span { border-color: rgb(129,191,238); }

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