#8DB4FF

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

Shades of Light Sky Blue #8DB4FF

Tints of Light Sky Blue #8DB4FF

Color information

#8DB4FF (or 0x8DB4FF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, B4 and FF. RGB value is (141,180,255). Sum of RGB (Red+Green+Blue) = 141+180+255=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4FF is #724B00. Grayscale: #B0B0B0. Windows color (decimal): -7490305 or 16757901. OLE color: 16757901.

HSL color Cylindrical-coordinate representation of color #8DB4FF: hue angle of 219.47º 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 #8DB4FF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141180255-
CMYK0.450.2900
HSL219.47º100%77.65%-
HSV(B)219.47º44.71%100%-
XYZ45.3645.53101-
YUV176.89172.08102.4-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.48%
GREEN value IS 180 (70.70% from 255) = 31.25%
BLUE value IS 255 (100% from 255) = 44.27%
R=24.48%
G=31.25%
B=44.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411802550.450.2900219.4710077.65
Hex8DB4FF2D1D00db644e
Octal215264377553500333144116
Binary10001101101101001111111110110111101001101101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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