#8ECDFD

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

Shades of Light Sky Blue #8ECDFD

Tints of Light Sky Blue #8ECDFD

Color information

#8ECDFD (or 0x8ECDFD) is unknown color: approx Light Sky Blue. HEX triplet: 8E, CD and FD. RGB value is (142,205,253). Sum of RGB (Red+Green+Blue) = 142+205+253=600 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.67% from 600); Green value is 205 (80.47% from 255 or 34.17% 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 #8ECDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECDFD is #713202. Grayscale: #BFBFBF. Windows color (decimal): -7418371 or 16633230. OLE color: 16633230.

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

Color convert

RGB142205253-
CMYK0.440.1900.01
HSL205.95º96.52%77.45%-
HSV(B)205.95º43.87%99.22%-
XYZ50.7256.51101.16-
YUV191.64162.6392.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=23.67%
G=34.17%
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
Decimal1422052530.440.1900.01205.9596.5277.45
Hex8ECDFD2C1301ce614d
Octal216315375542301316141115
Binary10001110110011011111110110110010011011100111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,253); }

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

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

 a { background-color: rgb(142,205,253); }

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

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

 span { border-color: rgb(142,205,253); }

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