#81BFF1

Color #81BFF1 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #81BFF1

Tints of Maya Blue #81BFF1

Color information

#81BFF1 (or 0x81BFF1) is unknown color: approx Maya Blue. HEX triplet: 81, BF and F1. RGB value is (129,191,241). Sum of RGB (Red+Green+Blue) = 129+191+241=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 241 - color contains mainly: blue. Hex color #81BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFF1 is #7E400E. Grayscale: #B1B1B1. Windows color (decimal): -8273935 or 15843201. OLE color: 15843201.

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

Color convert

RGB129191241-
CMYK0.460.2100.05
HSL206.79º80%72.55%-
HSV(B)206.79º46.47%94.51%-
XYZ43.5648.2890.24-
YUV178.16163.4692.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 241 (94.53% from 255) = 42.96%
R=22.99%
G=34.05%
B=42.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291912410.460.2100.05206.798072.55
Hex81BFF12E1505cf5049
Octal201277361562505317120111
Binary1000000110111111111100011011101010101011100111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BFF1;
 }
 .AnyTagClassName
 {
   color: #81BFF1;
 }
</style>
background-color css

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

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

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

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

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

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