#8DB6F9

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

Shades of Light Sky Blue #8DB6F9

Tints of Light Sky Blue #8DB6F9

Color information

#8DB6F9 (or 0x8DB6F9) is unknown color: approx Light Sky Blue. HEX triplet: 8D, B6 and F9. RGB value is (141,182,249). Sum of RGB (Red+Green+Blue) = 141+182+249=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DB6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB6F9 is #724906. Grayscale: #B1B1B1. Windows color (decimal): -7489799 or 16365197. OLE color: 16365197.

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

Color convert

RGB141182249-
CMYK0.430.2700.02
HSL217.22º90%76.47%-
HSV(B)217.22º43.37%97.65%-
XYZ44.8145.9696.13-
YUV177.38168.42102.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=24.65%
G=31.82%
B=43.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411822490.430.2700.02217.229076.47
Hex8DB6F92B1B02d95a4c
Octal215266371533302331132114
Binary100011011011011011111001101011110110101101100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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