#8BB9F4

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

Shades of Light Sky Blue #8BB9F4

Tints of Light Sky Blue #8BB9F4

Color information

#8BB9F4 (or 0x8BB9F4) is unknown color: approx Light Sky Blue. HEX triplet: 8B, B9 and F4. RGB value is (139,185,244). Sum of RGB (Red+Green+Blue) = 139+185+244=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #8BB9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB9F4 is #74460B. Grayscale: #B1B1B1. Windows color (decimal): -7620108 or 16038283. OLE color: 16038283.

HSL color Cylindrical-coordinate representation of color #8BB9F4: hue angle of 213.71º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BB9F4 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139185244-
CMYK0.430.2400.04
HSL213.71º82.68%75.1%-
HSV(B)213.71º43.03%95.69%-
XYZ44.3346.7292.27-
YUV177.97165.26100.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=24.47%
G=32.57%
B=42.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1391852440.430.2400.04213.7182.6875.1
Hex8BB9F42B1804d6534b
Octal213271364533004326123113
Binary1000101110111001111101001010111100001001101011010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,244); }

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

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

 a { background-color: rgb(139,185,244); }

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

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

 span { border-color: rgb(139,185,244); }

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