#8DC8FE

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

Shades of Light Sky Blue #8DC8FE

Tints of Light Sky Blue #8DC8FE

Color information

#8DC8FE (or 0x8DC8FE) is unknown color: approx Light Sky Blue. HEX triplet: 8D, C8 and FE. RGB value is (141,200,254). Sum of RGB (Red+Green+Blue) = 141+200+254=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC8FE is #723701. Grayscale: #BCBCBC. Windows color (decimal): -7485186 or 16697485. OLE color: 16697485.

HSL color Cylindrical-coordinate representation of color #8DC8FE: hue angle of 208.67º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DC8FE is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141200254-
CMYK0.440.2100.00
HSL208.67º98.26%77.45%-
HSV(B)208.67º44.49%99.61%-
XYZ49.5354.13101.6-
YUV188.52164.9594.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.70%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=23.70%
G=33.61%
B=42.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412002540.440.2100.00208.6798.2677.45
Hex8DC8FE2C1500d1624d
Octal215310376542500321142115
Binary10001101110010001111111010110010101001101000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,254); }

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

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

 a { background-color: rgb(141,200,254); }

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

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

 span { border-color: rgb(141,200,254); }

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