#8BC6FB

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

Shades of Light Sky Blue #8BC6FB

Tints of Light Sky Blue #8BC6FB

Color information

#8BC6FB (or 0x8BC6FB) is unknown color: approx Light Sky Blue. HEX triplet: 8B, C6 and FB. RGB value is (139,198,251). Sum of RGB (Red+Green+Blue) = 139+198+251=588 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.64% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BC6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC6FB is #743904. Grayscale: #BABABA. Windows color (decimal): -7616773 or 16500363. OLE color: 16500363.

HSL color Cylindrical-coordinate representation of color #8BC6FB: hue angle of 208.39º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BC6FB is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139198251-
CMYK0.450.2100.02
HSL208.39º93.33%76.47%-
HSV(B)208.39º44.62%98.43%-
XYZ48.2552.8498.92-
YUV186.4164.4594.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.64%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=23.64%
G=33.67%
B=42.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391982510.450.2100.02208.3993.3376.47
Hex8BC6FB2D1502d05d4c
Octal213306373552502320135114
Binary100010111100011011111011101101101010101101000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,251); }

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

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

 a { background-color: rgb(139,198,251); }

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

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

 span { border-color: rgb(139,198,251); }

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