#8DCEFA

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

Shades of Light Sky Blue #8DCEFA

Tints of Light Sky Blue #8DCEFA

Color information

#8DCEFA (or 0x8DCEFA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CE and FA. RGB value is (141,206,250). Sum of RGB (Red+Green+Blue) = 141+206+250=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCEFA is #723105. Grayscale: #BFBFBF. Windows color (decimal): -7483654 or 16436877. OLE color: 16436877.

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

Color convert

RGB141206250-
CMYK0.440.1800.02
HSL204.22º91.6%76.67%-
HSV(B)204.22º43.6%98.04%-
XYZ50.3156.7198.74-
YUV191.58160.9791.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=23.62%
G=34.51%
B=41.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412062500.440.1800.02204.2291.676.67
Hex8DCEFA2C1202cc5c4d
Octal215316372542202314134115
Binary100011011100111011111010101100100100101100110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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