#81BCF8

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

Shades of Maya Blue #81BCF8

Tints of Maya Blue #81BCF8

Color information

#81BCF8 (or 0x81BCF8) is unknown color: approx Maya Blue. HEX triplet: 81, BC and F8. RGB value is (129,188,248). Sum of RGB (Red+Green+Blue) = 129+188+248=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #81BCF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCF8 is #7E4307. Grayscale: #B0B0B0. Windows color (decimal): -8274696 or 16301185. OLE color: 16301185.

HSL color Cylindrical-coordinate representation of color #81BCF8: hue angle of 210.25º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BCF8 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129188248-
CMYK0.480.2400.03
HSL210.25º89.47%73.92%-
HSV(B)210.25º47.98%97.25%-
XYZ43.9847.4195.64-
YUV177.2167.9593.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.83%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=22.83%
G=33.27%
B=43.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1291882480.480.2400.03210.2589.4773.92
Hex81BCF8301803d2594a
Octal201274370603003322131112
Binary100000011011110011111000110000110000111101001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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