#8BCAFE

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

Shades of Light Sky Blue #8BCAFE

Tints of Light Sky Blue #8BCAFE

Color information

#8BCAFE (or 0x8BCAFE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, CA and FE. RGB value is (139,202,254). Sum of RGB (Red+Green+Blue) = 139+202+254=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAFE is #743501. Grayscale: #BCBCBC. Windows color (decimal): -7615746 or 16697995. OLE color: 16697995.

HSL color Cylindrical-coordinate representation of color #8BCAFE: hue angle of 207.13º 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 #8BCAFE is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139202254-
CMYK0.450.2000.00
HSL207.13º98.29%77.06%-
HSV(B)207.13º45.28%99.61%-
XYZ49.6654.89101.74-
YUV189.09164.6392.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.36%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=23.36%
G=33.95%
B=42.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1392022540.450.2000.00207.1398.2977.06
Hex8BCAFE2D1400cf624d
Octal213312376552400317142115
Binary10001011110010101111111010110110100001100111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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