#8ABCFE

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

Shades of Light Sky Blue #8ABCFE

Tints of Light Sky Blue #8ABCFE

Color information

#8ABCFE (or 0x8ABCFE) is unknown color: approx Light Sky Blue. HEX triplet: 8A, BC and FE. RGB value is (138,188,254). Sum of RGB (Red+Green+Blue) = 138+188+254=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #8ABCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCFE is #754301. Grayscale: #B4B4B4. Windows color (decimal): -7684866 or 16694410. OLE color: 16694410.

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

Color convert

RGB138188254-
CMYK0.460.2600.00
HSL214.14º98.31%76.86%-
HSV(B)214.14º45.67%99.61%-
XYZ46.3548.53100.69-
YUV180.57169.4497.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.79%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=23.79%
G=32.41%
B=43.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1381882540.460.2600.00214.1498.3176.86
Hex8ABCFE2E1A00d6624d
Octal212274376563200326142115
Binary10001010101111001111111010111011010001101011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,254); }

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

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

 a { background-color: rgb(138,188,254); }

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

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

 span { border-color: rgb(138,188,254); }

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