#8BCEF5

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

Shades of Light Sky Blue #8BCEF5

Tints of Light Sky Blue #8BCEF5

Color information

#8BCEF5 (or 0x8BCEF5) is unknown color: approx Light Sky Blue. HEX triplet: 8B, CE and F5. RGB value is (139,206,245). Sum of RGB (Red+Green+Blue) = 139+206+245=590 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.56% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BCEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEF5 is #74310A. Grayscale: #BEBEBE. Windows color (decimal): -7614731 or 16109195. OLE color: 16109195.

HSL color Cylindrical-coordinate representation of color #8BCEF5: hue angle of 202.08º degrees, saturation: 0.84, 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 #8BCEF5 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB139206245-
CMYK0.430.1600.04
HSL202.08º84.13%75.29%-
HSV(B)202.08º43.27%96.08%-
XYZ49.256.2294.65-
YUV190.41158.891.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.56%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 245 (96.09% from 255) = 41.53%
R=23.56%
G=34.92%
B=41.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1392062450.430.1600.04202.0884.1375.29
Hex8BCEF52B1004ca544b
Octal213316365532004312124113
Binary1000101111001110111101011010111000001001100101010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,206,245); }

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

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

 a { background-color: rgb(139,206,245); }

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

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

 span { border-color: rgb(139,206,245); }

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