Html Css Color HEX #81B4F7 Maya Blue

📋 copy color: '#81B4F7'

red 129 ◦ green 180 ◦ blue 247

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

Shades of Maya Blue #81B4F7

Tints of Maya Blue #81B4F7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.37%

 BLUE value IS 247 (96.88% from 255) = 44.42%

R = 23.2%
G = 32.37%
B = 44.42%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81B4F7 (or 0x81B4F7) is known color: Maya Blue. HEX triplet: 81, B4 and F7. RGB value is (129,180,247). Sum of RGB (Red+Green+Blue) = 129+180+247=556 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.20% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #81B4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B4F7 is #7E4B08. Grayscale: #ACACAC. Windows color (decimal): -8276745 or 16233601. OLE color: 16233601.

HSL color Cylindrical-coordinate representation of color #81B4F7: hue angle of 214.07º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81B4F7 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 180 247 -
CMYK 0.48 0.27 0 0.03
HSL 214.07º 0.88% 0.74% -
HSV(B) 214.07º 0.48% 0.97% -
XYZ 42.16 44.03 94.27 -
YUV 172.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 129 180 247 0.48 0.27 0 0.03 214.07 0.88 0.74
Hex 81 B4 F7 30 1B 0 3 D6 58 4A
Octal 201 264 367 60 33 0 3 326 130 112
Binary 10000001 10110100 11110111 110000 11011 0 11 11010110 1011000 1001010

Color Harmonies of #81B4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B4F7

Black with #81B4F7

Text Example


Text Example

White with #81B4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,180,247); }

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

background-color css

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

 a { background-color: rgb(129,180,247); }

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

border-color css

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

 span { border-color: rgb(129,180,247); }

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