#8DBEFA

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

Shades of Light Sky Blue #8DBEFA

Tints of Light Sky Blue #8DBEFA

Color information

#8DBEFA (or 0x8DBEFA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BE and FA. RGB value is (141,190,250). Sum of RGB (Red+Green+Blue) = 141+190+250=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DBEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEFA is #724105. Grayscale: #B5B5B5. Windows color (decimal): -7487750 or 16432781. OLE color: 16432781.

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

Color convert

RGB141190250-
CMYK0.440.2400.02
HSL213.03º91.6%76.67%-
HSV(B)213.03º43.6%98.04%-
XYZ46.6549.3997.52-
YUV182.19166.2798.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.27%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=24.27%
G=32.70%
B=43.03%

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
Decimal1411902500.440.2400.02213.0391.676.67
Hex8DBEFA2C1802d55c4d
Octal215276372543002325134115
Binary100011011011111011111010101100110000101101010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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