#8DD9FD

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

Shades of Light Sky Blue #8DD9FD

Tints of Light Sky Blue #8DD9FD

Color information

#8DD9FD (or 0x8DD9FD) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D9 and FD. RGB value is (141,217,253). Sum of RGB (Red+Green+Blue) = 141+217+253=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DD9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD9FD is #722602. Grayscale: #C6C6C6. Windows color (decimal): -7480835 or 16636301. OLE color: 16636301.

HSL color Cylindrical-coordinate representation of color #8DD9FD: hue angle of 199.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD9FD is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141217253-
CMYK0.440.1400.01
HSL199.29º96.55%77.25%-
HSV(B)199.29º44.27%99.22%-
XYZ53.5362.38102.15-
YUV198.38158.8287.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.08%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=23.08%
G=35.52%
B=41.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412172530.440.1400.01199.2996.5577.25
Hex8DD9FD2CE01c7614d
Octal215331375541601307141115
Binary1000110111011001111111011011001110011100011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,217,253); }

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

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

 a { background-color: rgb(141,217,253); }

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

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

 span { border-color: rgb(141,217,253); }

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