#8DCEFD

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

Shades of Light Sky Blue #8DCEFD

Tints of Light Sky Blue #8DCEFD

Color information

#8DCEFD (or 0x8DCEFD) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CE and FD. RGB value is (141,206,253). Sum of RGB (Red+Green+Blue) = 141+206+253=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEFD is #723102. Grayscale: #BFBFBF. Windows color (decimal): -7483651 or 16633485. OLE color: 16633485.

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

Color convert

RGB141206253-
CMYK0.440.1900.01
HSL205.18º96.55%77.25%-
HSV(B)205.18º44.27%99.22%-
XYZ50.7956.9101.23-
YUV191.92162.4791.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.5%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=23.5%
G=34.33%
B=42.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412062530.440.1900.01205.1896.5577.25
Hex8DCEFD2C1301cd614d
Octal215316375542301315141115
Binary10001101110011101111110110110010011011100110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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