#81BEF8

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

Shades of Maya Blue #81BEF8

Tints of Maya Blue #81BEF8

Color information

#81BEF8 (or 0x81BEF8) is unknown color: approx Maya Blue. HEX triplet: 81, BE and F8. RGB value is (129,190,248). Sum of RGB (Red+Green+Blue) = 129+190+248=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #81BEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEF8 is #7E4107. Grayscale: #B2B2B2. Windows color (decimal): -8274184 or 16301697. OLE color: 16301697.

HSL color Cylindrical-coordinate representation of color #81BEF8: hue angle of 209.24º 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 #81BEF8 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129190248-
CMYK0.480.2300.03
HSL209.24º89.47%73.92%-
HSV(B)209.24º47.98%97.25%-
XYZ44.4148.2795.78-
YUV178.37167.2992.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.75%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=22.75%
G=33.51%
B=43.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1291902480.480.2300.03209.2489.4773.92
Hex81BEF8301703d1594a
Octal201276370602703321131112
Binary100000011011111011111000110000101110111101000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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