#8BC3FE

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

Shades of Light Sky Blue #8BC3FE

Tints of Light Sky Blue #8BC3FE

Color information

#8BC3FE (or 0x8BC3FE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C3 and FE. RGB value is (139,195,254). Sum of RGB (Red+Green+Blue) = 139+195+254=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BC3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC3FE is #743C01. Grayscale: #B8B8B8. Windows color (decimal): -7617538 or 16696203. OLE color: 16696203.

HSL color Cylindrical-coordinate representation of color #8BC3FE: hue angle of 210.78º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BC3FE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139195254-
CMYK0.450.2300.00
HSL210.78º98.29%77.06%-
HSV(B)210.78º45.28%99.61%-
XYZ48.0551.67101.21-
YUV184.98166.9595.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.64%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=23.64%
G=33.16%
B=43.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391952540.450.2300.00210.7898.2977.06
Hex8BC3FE2D1700d3624d
Octal213303376552700323142115
Binary10001011110000111111111010110110111001101001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,195,254); }

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

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

 a { background-color: rgb(139,195,254); }

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

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

 span { border-color: rgb(139,195,254); }

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