#8BCDFE

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

Shades of Light Sky Blue #8BCDFE

Tints of Light Sky Blue #8BCDFE

Color information

#8BCDFE (or 0x8BCDFE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, CD and FE. RGB value is (139,205,254). Sum of RGB (Red+Green+Blue) = 139+205+254=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BCDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDFE is #743201. Grayscale: #BEBEBE. Windows color (decimal): -7614978 or 16698763. OLE color: 16698763.

HSL color Cylindrical-coordinate representation of color #8BCDFE: hue angle of 205.57º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BCDFE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139205254-
CMYK0.450.1900.00
HSL205.57º98.29%77.06%-
HSV(B)205.57º45.28%99.61%-
XYZ50.3756.31101.98-
YUV190.85163.6391.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.24%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=23.24%
G=34.28%
B=42.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392052540.450.1900.00205.5798.2977.06
Hex8BCDFE2D1300ce624d
Octal213315376552300316142115
Binary10001011110011011111111010110110011001100111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,205,254); }

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

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

 a { background-color: rgb(139,205,254); }

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

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

 span { border-color: rgb(139,205,254); }

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