Html Css Color HEX #81BFFD Maya Blue

📋 copy color: '#81BFFD'

red 129 ◦ green 191 ◦ blue 253

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

Shades of Maya Blue #81BFFD

Tints of Maya Blue #81BFFD

RGB

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

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

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

R = 22.51%
G = 33.33%
B = 44.15%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81BFFD (or 0x81BFFD) is known color: Maya Blue. HEX triplet: 81, BF and FD. RGB value is (129,191,253). Sum of RGB (Red+Green+Blue) = 129+191+253=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #81BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFD is #7E4002. Grayscale: #B3B3B3. Windows color (decimal): -8273923 or 16629633. OLE color: 16629633.

HSL color Cylindrical-coordinate representation of color #81BFFD: hue angle of 210º 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 #81BFFD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 191 253 -
CMYK 0.49 0.25 0 0.01
HSL 210º 0.97% 0.75% -
HSV(B) 210º 0.49% 0.99% -
XYZ 45.41 49.02 100 -
YUV 179.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 129 191 253 0.49 0.25 0 0.01 210 0.97 0.75
Hex 81 BF FD 31 19 0 1 D2 61 4B
Octal 201 277 375 61 31 0 1 322 141 113
Binary 10000001 10111111 11111101 110001 11001 0 1 11010010 1100001 1001011

Color Harmonies of #81BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFFD

Black with #81BFFD

Text Example


Text Example

White with #81BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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