#8DD6FA

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

Shades of Light Sky Blue #8DD6FA

Tints of Light Sky Blue #8DD6FA

Color information

#8DD6FA (or 0x8DD6FA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, D6 and FA. RGB value is (141,214,250). Sum of RGB (Red+Green+Blue) = 141+214+250=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DD6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD6FA is #722905. Grayscale: #C4C4C4. Windows color (decimal): -7481606 or 16438925. OLE color: 16438925.

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

Color convert

RGB141214250-
CMYK0.440.1400.02
HSL199.82º91.6%76.67%-
HSV(B)199.82º43.6%98.04%-
XYZ52.2960.6699.39-
YUV196.28158.3288.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.31%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=23.31%
G=35.37%
B=41.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412142500.440.1400.02199.8291.676.67
Hex8DD6FA2CE02c85c4d
Octal215326372541602310134115
Binary10001101110101101111101010110011100101100100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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