#8CC5FD

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

Shades of Light Sky Blue #8CC5FD

Tints of Light Sky Blue #8CC5FD

Color information

#8CC5FD (or 0x8CC5FD) is unknown color: approx Light Sky Blue. HEX triplet: 8C, C5 and FD. RGB value is (140,197,253). Sum of RGB (Red+Green+Blue) = 140+197+253=590 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.73% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC5FD is #733A02. Grayscale: #BABABA. Windows color (decimal): -7551491 or 16631180. OLE color: 16631180.

HSL color Cylindrical-coordinate representation of color #8CC5FD: hue angle of 209.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CC5FD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140197253-
CMYK0.450.2200.01
HSL209.73º96.58%77.06%-
HSV(B)209.73º44.66%99.22%-
XYZ48.5152.6100.52-
YUV186.34165.6294.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.73%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=23.73%
G=33.39%
B=42.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401972530.450.2200.01209.7396.5877.06
Hex8CC5FD2D1601d2614d
Octal214305375552601322141115
Binary10001100110001011111110110110110110011101001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,197,253); }

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

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

 a { background-color: rgb(140,197,253); }

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

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

 span { border-color: rgb(140,197,253); }

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