#8BB6FD

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

Shades of Light Sky Blue #8BB6FD

Tints of Light Sky Blue #8BB6FD

Color information

#8BB6FD (or 0x8BB6FD) is unknown color: approx Light Sky Blue. HEX triplet: 8B, B6 and FD. RGB value is (139,182,253). Sum of RGB (Red+Green+Blue) = 139+182+253=574 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.22% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6FD is #744902. Grayscale: #B0B0B0. Windows color (decimal): -7620867 or 16627339. OLE color: 16627339.

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

Color convert

RGB139182253-
CMYK0.450.2800.01
HSL217.37º96.61%76.86%-
HSV(B)217.37º45.06%99.22%-
XYZ45.1146.0499.44-
YUV177.24170.75100.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.22%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=24.22%
G=31.71%
B=44.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391822530.450.2800.01217.3796.6176.86
Hex8BB6FD2D1C01d9614d
Octal213266375553401331141115
Binary10001011101101101111110110110111100011101100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,182,253); }

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

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

 a { background-color: rgb(139,182,253); }

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

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

 span { border-color: rgb(139,182,253); }

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