Html Css Color HEX #81BBF9 Maya Blue

📋 copy color: '#81BBF9'

red 129 ◦ green 187 ◦ blue 249

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

Shades of Maya Blue #81BBF9

Tints of Maya Blue #81BBF9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.1%

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 22.83%
G = 33.1%
B = 44.07%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81BBF9 (or 0x81BBF9) is known color: Maya Blue. HEX triplet: 81, BB and F9. RGB value is (129,187,249). Sum of RGB (Red+Green+Blue) = 129+187+249=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #81BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBF9 is #7E4406. Grayscale: #B0B0B0. Windows color (decimal): -8274951 or 16366465. OLE color: 16366465.

HSL color Cylindrical-coordinate representation of color #81BBF9: hue angle of 211º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BBF9 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 187 249 -
CMYK 0.48 0.25 0 0.02
HSL 211º 0.91% 0.74% -
HSV(B) 211º 0.48% 0.98% -
XYZ 43.92 47.05 96.39 -
YUV 176.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 129 187 249 0.48 0.25 0 0.02 211 0.91 0.74
Hex 81 BB F9 30 19 0 2 D3 5B 4A
Octal 201 273 371 60 31 0 2 323 133 112
Binary 10000001 10111011 11111001 110000 11001 0 10 11010011 1011011 1001010

Color Harmonies of #81BBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BBF9

Black with #81BBF9

Text Example


Text Example

White with #81BBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,249); }

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

background-color css

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

 a { background-color: rgb(129,187,249); }

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

border-color css

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

 span { border-color: rgb(129,187,249); }

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