#8DD7FB

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

Shades of Light Sky Blue #8DD7FB

Tints of Light Sky Blue #8DD7FB

Color information

#8DD7FB (or 0x8DD7FB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D7 and FB. RGB value is (141,215,251). Sum of RGB (Red+Green+Blue) = 141+215+251=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DD7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD7FB is #722804. Grayscale: #C4C4C4. Windows color (decimal): -7481349 or 16504717. OLE color: 16504717.

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

Color convert

RGB141215251-
CMYK0.440.1400.02
HSL199.64º93.22%76.86%-
HSV(B)199.64º43.82%98.43%-
XYZ52.761.23100.31-
YUV196.98158.4888.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.23%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=23.23%
G=35.42%
B=41.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412152510.440.1400.02199.6493.2276.86
Hex8DD7FB2CE02c85d4d
Octal215327373541602310135115
Binary10001101110101111111101110110011100101100100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,215,251); }

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

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

 a { background-color: rgb(141,215,251); }

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

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

 span { border-color: rgb(141,215,251); }

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