#8DC4FD

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

Shades of Light Sky Blue #8DC4FD

Tints of Light Sky Blue #8DC4FD

Color information

#8DC4FD (or 0x8DC4FD) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C4 and FD. RGB value is (141,196,253). Sum of RGB (Red+Green+Blue) = 141+196+253=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 196 (76.95% from 255 or 33.22% 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 #8DC4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC4FD is #723B02. Grayscale: #B9B9B9. Windows color (decimal): -7486211 or 16630925. OLE color: 16630925.

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

Color convert

RGB141196253-
CMYK0.440.2300.01
HSL210.54º96.55%77.25%-
HSV(B)210.54º44.27%99.22%-
XYZ48.4552.23100.46-
YUV186.05165.7895.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.90%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=23.90%
G=33.22%
B=42.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411962530.440.2300.01210.5496.5577.25
Hex8DC4FD2C1701d3614d
Octal215304375542701323141115
Binary10001101110001001111110110110010111011101001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,196,253); }

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

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

 a { background-color: rgb(141,196,253); }

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

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

 span { border-color: rgb(141,196,253); }

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