#8BCCF7

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

Shades of Light Sky Blue #8BCCF7

Tints of Light Sky Blue #8BCCF7

Color information

#8BCCF7 (or 0x8BCCF7) is unknown color: approx Light Sky Blue. HEX triplet: 8B, CC and F7. RGB value is (139,204,247). Sum of RGB (Red+Green+Blue) = 139+204+247=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #8BCCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCF7 is #743308. Grayscale: #BDBDBD. Windows color (decimal): -7615241 or 16239755. OLE color: 16239755.

HSL color Cylindrical-coordinate representation of color #8BCCF7: hue angle of 203.89º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BCCF7 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB139204247-
CMYK0.440.1700.03
HSL203.89º87.1%75.69%-
HSV(B)203.89º43.72%96.86%-
XYZ49.0355.3996.1-
YUV189.47160.4792-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 247 (96.88% from 255) = 41.86%
R=23.56%
G=34.58%
B=41.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392042470.440.1700.03203.8987.175.69
Hex8BCCF72C1103cc574c
Octal213314367542103314127114
Binary100010111100110011110111101100100010111100110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,247); }

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

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

 a { background-color: rgb(139,204,247); }

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

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

 span { border-color: rgb(139,204,247); }

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