#81B8F6

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

Shades of Maya Blue #81B8F6

Tints of Maya Blue #81B8F6

Color information

#81B8F6 (or 0x81B8F6) is unknown color: approx Maya Blue. HEX triplet: 81, B8 and F6. RGB value is (129,184,246). Sum of RGB (Red+Green+Blue) = 129+184+246=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #81B8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B8F6 is #7E4709. Grayscale: #AEAEAE. Windows color (decimal): -8275722 or 16169089. OLE color: 16169089.

HSL color Cylindrical-coordinate representation of color #81B8F6: hue angle of 211.79º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81B8F6 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129184246-
CMYK0.480.2500.04
HSL211.79º86.67%73.53%-
HSV(B)211.79º47.56%96.47%-
XYZ42.8345.693.73-
YUV174.62168.2895.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.08%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=23.08%
G=32.92%
B=44.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291842460.480.2500.04211.7986.6773.53
Hex81B8F6301904d4574a
Octal201270366603104324127112
Binary1000000110111000111101101100001100101001101010010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,184,246); }

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

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

 a { background-color: rgb(129,184,246); }

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

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

 span { border-color: rgb(129,184,246); }

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