Html Css Color HEX #81BFF6 Maya Blue

📋 copy color: '#81BFF6'

red 129 ◦ green 191 ◦ blue 246

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

Shades of Maya Blue #81BFF6

Tints of Maya Blue #81BFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 22.79%
G = 33.75%
B = 43.46%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#81BFF6 (or 0x81BFF6) is known color: Maya Blue. HEX triplet: 81, BF and F6. RGB value is (129,191,246). Sum of RGB (Red+Green+Blue) = 129+191+246=566 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.79% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #81BFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFF6 is #7E4009. Grayscale: #B2B2B2. Windows color (decimal): -8273930 or 16170881. OLE color: 16170881.

HSL color Cylindrical-coordinate representation of color #81BFF6: hue angle of 208.21º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BFF6 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 191 246 -
CMYK 0.48 0.22 0 0.04
HSL 208.21º 0.87% 0.74% -
HSV(B) 208.21º 0.48% 0.96% -
XYZ 44.32 48.58 94.23 -
YUV 178.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 129 191 246 0.48 0.22 0 0.04 208.21 0.87 0.74
Hex 81 BF F6 30 16 0 4 D0 57 4A
Octal 201 277 366 60 26 0 4 320 127 112
Binary 10000001 10111111 11110110 110000 10110 0 100 11010000 1010111 1001010

Color Harmonies of #81BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFF6

Black with #81BFF6

Text Example


Text Example

White with #81BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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