#8DB4FB

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

Shades of Light Sky Blue #8DB4FB

Tints of Light Sky Blue #8DB4FB

Color information

#8DB4FB (or 0x8DB4FB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, B4 and FB. RGB value is (141,180,251). Sum of RGB (Red+Green+Blue) = 141+180+251=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4FB is #724B04. Grayscale: #B0B0B0. Windows color (decimal): -7490309 or 16495757. OLE color: 16495757.

HSL color Cylindrical-coordinate representation of color #8DB4FB: hue angle of 218.73º 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 #8DB4FB is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141180251-
CMYK0.440.2800.02
HSL218.73º93.22%76.86%-
HSV(B)218.73º43.82%98.43%-
XYZ44.7245.2797.65-
YUV176.43170.08102.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.65%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=24.65%
G=31.47%
B=43.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411802510.440.2800.02218.7393.2276.86
Hex8DB4FB2C1C02db5d4d
Octal215264373543402333135115
Binary100011011011010011111011101100111000101101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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