#8DD5FA

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

Shades of Light Sky Blue #8DD5FA

Tints of Light Sky Blue #8DD5FA

Color information

#8DD5FA (or 0x8DD5FA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D5 and FA. RGB value is (141,213,250). Sum of RGB (Red+Green+Blue) = 141+213+250=604 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.34% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD5FA is #722A05. Grayscale: #C3C3C3. Windows color (decimal): -7481862 or 16438669. OLE color: 16438669.

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

Color convert

RGB141213250-
CMYK0.440.1500.02
HSL200.37º91.6%76.67%-
HSV(B)200.37º43.6%98.04%-
XYZ52.0360.1599.31-
YUV195.69158.6588.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.34%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=23.34%
G=35.26%
B=41.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412132500.440.1500.02200.3791.676.67
Hex8DD5FA2CF02c85c4d
Octal215325372541702310134115
Binary10001101110101011111101010110011110101100100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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