Html Css Color HEX #81BFF2 Maya Blue

📋 copy color: '#81BFF2'

red 129 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #81BFF2

Tints of Maya Blue #81BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 22.95%
G = 33.99%
B = 43.06%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81BFF2 (or 0x81BFF2) is known color: Maya Blue. HEX triplet: 81, BF and F2. RGB value is (129,191,242). Sum of RGB (Red+Green+Blue) = 129+191+242=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #81BFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFF2 is #7E400D. Grayscale: #B2B2B2. Windows color (decimal): -8273934 or 15908737. OLE color: 15908737.

HSL color Cylindrical-coordinate representation of color #81BFF2: hue angle of 207.08º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81BFF2 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 191 242 -
CMYK 0.47 0.21 0 0.05
HSL 207.08º 0.81% 0.73% -
HSV(B) 207.08º 0.47% 0.95% -
XYZ 43.71 48.34 91.03 -
YUV 178.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 129 191 242 0.47 0.21 0 0.05 207.08 0.81 0.73
Hex 81 BF F2 2F 15 0 5 CF 51 49
Octal 201 277 362 57 25 0 5 317 121 111
Binary 10000001 10111111 11110010 101111 10101 0 101 11001111 1010001 1001001

Color Harmonies of #81BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFF2

Black with #81BFF2

Text Example


Text Example

White with #81BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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