#8DD8F9

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

Shades of Light Sky Blue #8DD8F9

Tints of Light Sky Blue #8DD8F9

Color information

#8DD8F9 (or 0x8DD8F9) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D8 and F9. RGB value is (141,216,249). Sum of RGB (Red+Green+Blue) = 141+216+249=606 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.27% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DD8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD8F9 is #722706. Grayscale: #C5C5C5. Windows color (decimal): -7481095 or 16373901. OLE color: 16373901.

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

Color convert

RGB141216249-
CMYK0.430.1300.02
HSL198.33º90%76.47%-
HSV(B)198.33º43.37%97.65%-
XYZ52.6461.6198.74-
YUV197.34157.1587.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.27%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=23.27%
G=35.64%
B=41.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412162490.430.1300.02198.339076.47
Hex8DD8F92BD02c65a4c
Octal215330371531502306132114
Binary10001101110110001111100110101111010101100011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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