#8BCBFA

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

Shades of Light Sky Blue #8BCBFA

Tints of Light Sky Blue #8BCBFA

Color information

#8BCBFA (or 0x8BCBFA) is unknown color: approx Light Sky Blue. HEX triplet: 8B, CB and FA. RGB value is (139,203,250). Sum of RGB (Red+Green+Blue) = 139+203+250=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BCBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBFA is #743405. Grayscale: #BCBCBC. Windows color (decimal): -7615494 or 16436107. OLE color: 16436107.

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

Color convert

RGB139203250-
CMYK0.440.1900.02
HSL205.41º91.74%76.27%-
HSV(B)205.41º44.4%98.04%-
XYZ49.2655.198.48-
YUV189.22162.392.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.48%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=23.48%
G=34.29%
B=42.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392032500.440.1900.02205.4191.7476.27
Hex8BCBFA2C1302cd5c4c
Octal213313372542302315134114
Binary100010111100101111111010101100100110101100110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,203,250); }

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

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

 a { background-color: rgb(139,203,250); }

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

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

 span { border-color: rgb(139,203,250); }

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