#8BC0FC

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

Shades of Light Sky Blue #8BC0FC

Tints of Light Sky Blue #8BC0FC

Color information

#8BC0FC (or 0x8BC0FC) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C0 and FC. RGB value is (139,192,252). Sum of RGB (Red+Green+Blue) = 139+192+252=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC0FC is #743F03. Grayscale: #B6B6B6. Windows color (decimal): -7618308 or 16564363. OLE color: 16564363.

HSL color Cylindrical-coordinate representation of color #8BC0FC: hue angle of 211.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BC0FC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139192252-
CMYK0.450.2400.01
HSL211.86º94.96%76.67%-
HSV(B)211.86º44.84%98.82%-
XYZ47.0750.2299.31-
YUV182.99166.9496.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.84%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=23.84%
G=32.93%
B=43.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391922520.450.2400.01211.8694.9676.67
Hex8BC0FC2D1801d45f4d
Octal213300374553001324137115
Binary10001011110000001111110010110111000011101010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,192,252); }

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

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

 a { background-color: rgb(139,192,252); }

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

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

 span { border-color: rgb(139,192,252); }

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