#8DCDFB

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

Shades of Light Sky Blue #8DCDFB

Tints of Light Sky Blue #8DCDFB

Color information

#8DCDFB (or 0x8DCDFB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CD and FB. RGB value is (141,205,251). Sum of RGB (Red+Green+Blue) = 141+205+251=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDFB is #723204. Grayscale: #BEBEBE. Windows color (decimal): -7483909 or 16502157. OLE color: 16502157.

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

Color convert

RGB141205251-
CMYK0.440.1800.02
HSL205.09º93.22%76.86%-
HSV(B)205.09º43.82%98.43%-
XYZ50.2356.2999.48-
YUV191.11161.892.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=23.62%
G=34.34%
B=42.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412052510.440.1800.02205.0993.2276.86
Hex8DCDFB2C1202cd5d4d
Octal215315373542202315135115
Binary100011011100110111111011101100100100101100110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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