#8DC5FC

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

Shades of Light Sky Blue #8DC5FC

Tints of Light Sky Blue #8DC5FC

Color information

#8DC5FC (or 0x8DC5FC) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C5 and FC. RGB value is (141,197,252). Sum of RGB (Red+Green+Blue) = 141+197+252=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC5FC is #723A03. Grayscale: #BABABA. Windows color (decimal): -7485956 or 16565645. OLE color: 16565645.

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

Color convert

RGB141197252-
CMYK0.440.2200.01
HSL209.73º94.87%77.06%-
HSV(B)209.73º44.05%98.82%-
XYZ48.5252.6299.7-
YUV186.53164.9595.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.90%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=23.90%
G=33.39%
B=42.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411972520.440.2200.01209.7394.8777.06
Hex8DC5FC2C1601d25f4d
Octal215305374542601322137115
Binary10001101110001011111110010110010110011101001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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