#8DB3FC

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

Shades of Maya Blue #8DB3FC

Tints of Maya Blue #8DB3FC

Color information

#8DB3FC (or 0x8DB3FC) is unknown color: approx Maya Blue. HEX triplet: 8D, B3 and FC. RGB value is (141,179,252). Sum of RGB (Red+Green+Blue) = 141+179+252=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DB3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3FC is #724C03. Grayscale: #AFAFAF. Windows color (decimal): -7490564 or 16561037. OLE color: 16561037.

HSL color Cylindrical-coordinate representation of color #8DB3FC: hue angle of 219.46º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB3FC is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141179252-
CMYK0.440.2900.01
HSL219.46º94.87%77.06%-
HSV(B)219.46º44.05%98.82%-
XYZ44.6844.9398.41-
YUV175.96170.91103.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 252 (98.83% from 255) = 44.06%
R=24.65%
G=31.29%
B=44.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411792520.440.2900.01219.4694.8777.06
Hex8DB3FC2C1D01db5f4d
Octal215263374543501333137115
Binary10001101101100111111110010110011101011101101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,179,252); }

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

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

 a { background-color: rgb(141,179,252); }

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

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

 span { border-color: rgb(141,179,252); }

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