#8DB6FB

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

Shades of Light Sky Blue #8DB6FB

Tints of Light Sky Blue #8DB6FB

Color information

#8DB6FB (or 0x8DB6FB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, B6 and FB. RGB value is (141,182,251). Sum of RGB (Red+Green+Blue) = 141+182+251=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6FB is #724904. Grayscale: #B1B1B1. Windows color (decimal): -7489797 or 16496269. OLE color: 16496269.

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

Color convert

RGB141182251-
CMYK0.440.2700.02
HSL217.64º93.22%76.86%-
HSV(B)217.64º43.82%98.43%-
XYZ45.1346.0897.78-
YUV177.61169.42101.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.56%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=24.56%
G=31.71%
B=43.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411822510.440.2700.02217.6493.2276.86
Hex8DB6FB2C1B02da5d4d
Octal215266373543302332135115
Binary100011011011011011111011101100110110101101101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,251); }

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

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

 a { background-color: rgb(141,182,251); }

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

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

 span { border-color: rgb(141,182,251); }

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