#8ABEFF

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

Shades of Light Sky Blue #8ABEFF

Tints of Light Sky Blue #8ABEFF

Color information

#8ABEFF (or 0x8ABEFF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, BE and FF. RGB value is (138,190,255). Sum of RGB (Red+Green+Blue) = 138+190+255=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ABEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABEFF is #754100. Grayscale: #B5B5B5. Windows color (decimal): -7684353 or 16760458. OLE color: 16760458.

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

Color convert

RGB138190255-
CMYK0.460.2500
HSL213.33º100%77.06%-
HSV(B)213.33º45.88%100%-
XYZ46.9449.45101.68-
YUV181.86169.2796.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 255 (100% from 255) = 43.74%
R=23.67%
G=32.59%
B=43.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381902550.460.2500213.3310077.06
Hex8ABEFF2E1900d5644d
Octal212276377563100325144115
Binary10001010101111101111111110111011001001101010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,255); }

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

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

 a { background-color: rgb(138,190,255); }

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

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

 span { border-color: rgb(138,190,255); }

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