#8DBFFA

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

Shades of Light Sky Blue #8DBFFA

Tints of Light Sky Blue #8DBFFA

Color information

#8DBFFA (or 0x8DBFFA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BF and FA. RGB value is (141,191,250). Sum of RGB (Red+Green+Blue) = 141+191+250=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DBFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFFA is #724005. Grayscale: #B6B6B6. Windows color (decimal): -7487494 or 16433037. OLE color: 16433037.

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

Color convert

RGB141191250-
CMYK0.440.2400.02
HSL212.48º91.6%76.67%-
HSV(B)212.48º43.6%98.04%-
XYZ46.8749.8397.59-
YUV182.78165.9498.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 191 (75% from 255) = 32.82%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=24.23%
G=32.82%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411912500.440.2400.02212.4891.676.67
Hex8DBFFA2C1802d45c4d
Octal215277372543002324134115
Binary100011011011111111111010101100110000101101010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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