#8DBCF7

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

Shades of Light Sky Blue #8DBCF7

Tints of Light Sky Blue #8DBCF7

Color information

#8DBCF7 (or 0x8DBCF7) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BC and F7. RGB value is (141,188,247). Sum of RGB (Red+Green+Blue) = 141+188+247=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DBCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCF7 is #724308. Grayscale: #B4B4B4. Windows color (decimal): -7488265 or 16235661. OLE color: 16235661.

HSL color Cylindrical-coordinate representation of color #8DBCF7: hue angle of 213.4º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBCF7 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141188247-
CMYK0.430.2400.03
HSL213.4º86.89%76.08%-
HSV(B)213.4º42.91%96.86%-
XYZ45.7648.3494.92-
YUV180.67165.4399.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.48%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=24.48%
G=32.64%
B=42.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1411882470.430.2400.03213.486.8976.08
Hex8DBCF72B1803d5574c
Octal215274367533003325127114
Binary100011011011110011110111101011110000111101010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,247); }

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

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

 a { background-color: rgb(141,188,247); }

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

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

 span { border-color: rgb(141,188,247); }

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