#8DB1FE

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

Shades of Maya Blue #8DB1FE

Tints of Maya Blue #8DB1FE

Color information

#8DB1FE (or 0x8DB1FE) is unknown color: approx Maya Blue. HEX triplet: 8D, B1 and FE. RGB value is (141,177,254). Sum of RGB (Red+Green+Blue) = 141+177+254=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1FE is #724E01. Grayscale: #AEAEAE. Windows color (decimal): -7491074 or 16691597. OLE color: 16691597.

HSL color Cylindrical-coordinate representation of color #8DB1FE: hue angle of 220.88º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB1FE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141177254-
CMYK0.440.3000.00
HSL220.88º98.26%77.45%-
HSV(B)220.88º44.49%99.61%-
XYZ44.644.2699.96-
YUV175.01172.57103.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 177 (69.53% from 255) = 30.94%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=24.65%
G=30.94%
B=44.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1411772540.440.3000.00220.8898.2677.45
Hex8DB1FE2C1E00dd624d
Octal215261376543600335142115
Binary10001101101100011111111010110011110001101110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DB1FE; }

 p { color: rgb(141,177,254); }

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

<style>
 a { background-color: #8DB1FE; }

 a { background-color: rgb(141,177,254); }

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

<style>
 span { border-color: #8DB1FE; }

 span { border-color: rgb(141,177,254); }

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