Html Css Color HEX #81BBFD Maya Blue

📋 copy color: '#81BBFD'

red 129 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #81BBFD

Tints of Maya Blue #81BBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 22.67%
G = 32.86%
B = 44.46%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81BBFD (or 0x81BBFD) is known color: Maya Blue. HEX triplet: 81, BB and FD. RGB value is (129,187,253). Sum of RGB (Red+Green+Blue) = 129+187+253=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #81BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBFD is #7E4402. Grayscale: #B0B0B0. Windows color (decimal): -8274947 or 16628609. OLE color: 16628609.

HSL color Cylindrical-coordinate representation of color #81BBFD: hue angle of 211.94º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BBFD is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 187 253 -
CMYK 0.49 0.26 0 0.01
HSL 211.94º 0.97% 0.75% -
HSV(B) 211.94º 0.49% 0.99% -
XYZ 44.55 47.3 99.71 -
YUV 177.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 129 187 253 0.49 0.26 0 0.01 211.94 0.97 0.75
Hex 81 BB FD 31 1A 0 1 D4 61 4B
Octal 201 273 375 61 32 0 1 324 141 113
Binary 10000001 10111011 11111101 110001 11010 0 1 11010100 1100001 1001011

Color Harmonies of #81BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BBFD

Black with #81BBFD

Text Example


Text Example

White with #81BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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