#8BBBFD

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

Shades of Light Sky Blue #8BBBFD

Tints of Light Sky Blue #8BBBFD

Color information

#8BBBFD (or 0x8BBBFD) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BB and FD. RGB value is (139,187,253). Sum of RGB (Red+Green+Blue) = 139+187+253=579 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.01% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BBBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBBFD is #744402. Grayscale: #B3B3B3. Windows color (decimal): -7619587 or 16628619. OLE color: 16628619.

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

Color convert

RGB139187253-
CMYK0.450.2600.01
HSL214.74º96.61%76.86%-
HSV(B)214.74º45.06%99.22%-
XYZ46.1548.1299.78-
YUV180.17169.198.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.01%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=24.01%
G=32.30%
B=43.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1391872530.450.2600.01214.7496.6176.86
Hex8BBBFD2D1A01d7614d
Octal213273375553201327141115
Binary10001011101110111111110110110111010011101011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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