#81BCF1

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

Shades of Maya Blue #81BCF1

Tints of Maya Blue #81BCF1

Color information

#81BCF1 (or 0x81BCF1) is unknown color: approx Maya Blue. HEX triplet: 81, BC and F1. RGB value is (129,188,241). Sum of RGB (Red+Green+Blue) = 129+188+241=558 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.12% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #81BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCF1 is #7E430E. Grayscale: #B0B0B0. Windows color (decimal): -8274703 or 15842433. OLE color: 15842433.

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

Color convert

RGB129188241-
CMYK0.460.2200.05
HSL208.39º80%72.55%-
HSV(B)208.39º46.47%94.51%-
XYZ42.9146.9890.03-
YUV176.4164.4594.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.12%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=23.12%
G=33.69%
B=43.19%

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
Decimal1291882410.460.2200.05208.398072.55
Hex81BCF12E1605d05049
Octal201274361562605320120111
Binary1000000110111100111100011011101011001011101000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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