#8BC8FC

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

Shades of Light Sky Blue #8BC8FC

Tints of Light Sky Blue #8BC8FC

Color information

#8BC8FC (or 0x8BC8FC) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C8 and FC. RGB value is (139,200,252). Sum of RGB (Red+Green+Blue) = 139+200+252=591 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.52% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC8FC is #743703. Grayscale: #BBBBBB. Windows color (decimal): -7616260 or 16566411. OLE color: 16566411.

HSL color Cylindrical-coordinate representation of color #8BC8FC: hue angle of 207.61º 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 #8BC8FC is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB139200252-
CMYK0.450.2100.01
HSL207.61º94.96%76.67%-
HSV(B)207.61º44.84%98.82%-
XYZ48.8753.8399.91-
YUV187.69164.2993.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.52%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=23.52%
G=33.84%
B=42.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392002520.450.2100.01207.6194.9676.67
Hex8BC8FC2D1501d05f4d
Octal213310374552501320137115
Binary10001011110010001111110010110110101011101000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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