#8DD7FC

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

Shades of Light Sky Blue #8DD7FC

Tints of Light Sky Blue #8DD7FC

Color information

#8DD7FC (or 0x8DD7FC) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D7 and FC. RGB value is (141,215,252). Sum of RGB (Red+Green+Blue) = 141+215+252=608 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.19% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DD7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD7FC is #722803. Grayscale: #C4C4C4. Windows color (decimal): -7481348 or 16570253. OLE color: 16570253.

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

Color convert

RGB141215252-
CMYK0.440.1500.01
HSL200º94.87%77.06%-
HSV(B)200º44.05%98.82%-
XYZ52.8661.29101.14-
YUV197.09158.9887.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.19%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=23.19%
G=35.36%
B=41.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412152520.440.1500.0120094.8777.06
Hex8DD7FC2CF01c85f4d
Octal215327374541701310137115
Binary1000110111010111111111001011001111011100100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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