#81BDF1

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

Shades of Maya Blue #81BDF1

Tints of Maya Blue #81BDF1

Color information

#81BDF1 (or 0x81BDF1) is unknown color: approx Maya Blue. HEX triplet: 81, BD and F1. RGB value is (129,189,241). Sum of RGB (Red+Green+Blue) = 129+189+241=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #81BDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BDF1 is #7E420E. Grayscale: #B0B0B0. Windows color (decimal): -8274447 or 15842689. OLE color: 15842689.

HSL color Cylindrical-coordinate representation of color #81BDF1: hue angle of 207.86º 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 #81BDF1 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129189241-
CMYK0.460.2200.05
HSL207.86º80%72.55%-
HSV(B)207.86º46.47%94.51%-
XYZ43.1347.4190.1-
YUV176.99164.1293.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.08%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=23.08%
G=33.81%
B=43.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1291892410.460.2200.05207.868072.55
Hex81BDF12E1605d05049
Octal201275361562605320120111
Binary1000000110111101111100011011101011001011101000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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