#8DB5FF

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

Shades of Light Sky Blue #8DB5FF

Tints of Light Sky Blue #8DB5FF

Color information

#8DB5FF (or 0x8DB5FF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, B5 and FF. RGB value is (141,181,255). Sum of RGB (Red+Green+Blue) = 141+181+255=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB5FF is #724A00. Grayscale: #B1B1B1. Windows color (decimal): -7490049 or 16758157. OLE color: 16758157.

HSL color Cylindrical-coordinate representation of color #8DB5FF: hue angle of 218.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DB5FF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141181255-
CMYK0.450.2900
HSL218.95º100%77.65%-
HSV(B)218.95º44.71%100%-
XYZ45.5645.93101.07-
YUV177.48171.75101.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.44%
GREEN value IS 181 (71.09% from 255) = 31.37%
BLUE value IS 255 (100% from 255) = 44.19%
R=24.44%
G=31.37%
B=44.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411812550.450.2900218.9510077.65
Hex8DB5FF2D1D00db644e
Octal215265377553500333144116
Binary10001101101101011111111110110111101001101101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,181,255); }

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

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

 a { background-color: rgb(141,181,255); }

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

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

 span { border-color: rgb(141,181,255); }

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