#8DCEF6

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

Shades of Light Sky Blue #8DCEF6

Tints of Light Sky Blue #8DCEF6

Color information

#8DCEF6 (or 0x8DCEF6) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CE and F6. RGB value is (141,206,246). Sum of RGB (Red+Green+Blue) = 141+206+246=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DCEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEF6 is #723109. Grayscale: #BEBEBE. Windows color (decimal): -7483658 or 16174733. OLE color: 16174733.

HSL color Cylindrical-coordinate representation of color #8DCEF6: hue angle of 202.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DCEF6 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB141206246-
CMYK0.430.1600.04
HSL202.86º85.37%75.88%-
HSV(B)202.86º42.68%96.47%-
XYZ49.6956.4695.47-
YUV191.12158.9792.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.78%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=23.78%
G=34.74%
B=41.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412062460.430.1600.04202.8685.3775.88
Hex8DCEF62B1004cb554c
Octal215316366532004313125114
Binary1000110111001110111101101010111000001001100101110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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