#8BBAFF

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

Shades of Light Sky Blue #8BBAFF

Tints of Light Sky Blue #8BBAFF

Color information

#8BBAFF (or 0x8BBAFF) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BA and FF. RGB value is (139,186,255). Sum of RGB (Red+Green+Blue) = 139+186+255=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBAFF is #744500. Grayscale: #B3B3B3. Windows color (decimal): -7619841 or 16759435. OLE color: 16759435.

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

Color convert

RGB139186255-
CMYK0.450.2700
HSL215.69º100%77.25%-
HSV(B)215.69º45.49%100%-
XYZ46.2647.83101.4-
YUV179.81170.4398.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 255 (100% from 255) = 43.97%
R=23.97%
G=32.07%
B=43.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1391862550.450.2700215.6910077.25
Hex8BBAFF2D1B00d8644d
Octal213272377553300330144115
Binary10001011101110101111111110110111011001101100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,186,255); }

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

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

 a { background-color: rgb(139,186,255); }

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

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

 span { border-color: rgb(139,186,255); }

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