#8BCFFA

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

Shades of Light Sky Blue #8BCFFA

Tints of Light Sky Blue #8BCFFA

Color information

#8BCFFA (or 0x8BCFFA) is unknown color: approx Light Sky Blue. HEX triplet: 8B, CF and FA. RGB value is (139,207,250). Sum of RGB (Red+Green+Blue) = 139+207+250=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BCFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFFA is #743005. Grayscale: #BFBFBF. Windows color (decimal): -7614470 or 16437131. OLE color: 16437131.

HSL color Cylindrical-coordinate representation of color #8BCFFA: hue angle of 203.24º 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 #8BCFFA is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139207250-
CMYK0.440.1700.02
HSL203.24º91.74%76.27%-
HSV(B)203.24º44.4%98.04%-
XYZ50.2257.0298.8-
YUV191.57160.9790.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.32%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=23.32%
G=34.73%
B=41.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1392072500.440.1700.02203.2491.7476.27
Hex8BCFFA2C1102cb5c4c
Octal213317372542102313134114
Binary100010111100111111111010101100100010101100101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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