#8DD0F9

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

Shades of Light Sky Blue #8DD0F9

Tints of Light Sky Blue #8DD0F9

Color information

#8DD0F9 (or 0x8DD0F9) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D0 and F9. RGB value is (141,208,249). Sum of RGB (Red+Green+Blue) = 141+208+249=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DD0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD0F9 is #722F06. Grayscale: #C0C0C0. Windows color (decimal): -7483143 or 16371853. OLE color: 16371853.

HSL color Cylindrical-coordinate representation of color #8DD0F9: hue angle of 202.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD0F9 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141208249-
CMYK0.430.1600.02
HSL202.78º90%76.47%-
HSV(B)202.78º43.37%97.65%-
XYZ50.6457.6198.07-
YUV192.64159.891.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.58%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 249 (97.66% from 255) = 41.64%
R=23.58%
G=34.78%
B=41.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412082490.430.1600.02202.789076.47
Hex8DD0F92B1002cb5a4c
Octal215320371532002313132114
Binary100011011101000011111001101011100000101100101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,208,249); }

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

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

 a { background-color: rgb(141,208,249); }

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

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

 span { border-color: rgb(141,208,249); }

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