#8DD5FD

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

Shades of Light Sky Blue #8DD5FD

Tints of Light Sky Blue #8DD5FD

Color information

#8DD5FD (or 0x8DD5FD) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D5 and FD. RGB value is (141,213,253). Sum of RGB (Red+Green+Blue) = 141+213+253=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5FD is #722A02. Grayscale: #C3C3C3. Windows color (decimal): -7481859 or 16635277. OLE color: 16635277.

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

Color convert

RGB141213253-
CMYK0.440.1600.01
HSL201.43º96.55%77.25%-
HSV(B)201.43º44.27%99.22%-
XYZ52.5160.34101.81-
YUV196.03160.1588.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.23%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=23.23%
G=35.09%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412132530.440.1600.01201.4396.5577.25
Hex8DD5FD2C1001c9614d
Octal215325375542001311141115
Binary10001101110101011111110110110010000011100100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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