#8ABFFF

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

Shades of Light Sky Blue #8ABFFF

Tints of Light Sky Blue #8ABFFF

Color information

#8ABFFF (or 0x8ABFFF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, BF and FF. RGB value is (138,191,255). Sum of RGB (Red+Green+Blue) = 138+191+255=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ABFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFFF is #754000. Grayscale: #B6B6B6. Windows color (decimal): -7684097 or 16760714. OLE color: 16760714.

HSL color Cylindrical-coordinate representation of color #8ABFFF: hue angle of 212.82º 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 #8ABFFF is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138191255-
CMYK0.460.2500
HSL212.82º100%77.06%-
HSV(B)212.82º45.88%100%-
XYZ47.1649.88101.75-
YUV182.45168.9496.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.63%
GREEN value IS 191 (75% from 255) = 32.71%
BLUE value IS 255 (100% from 255) = 43.66%
R=23.63%
G=32.71%
B=43.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381912550.460.2500212.8210077.06
Hex8ABFFF2E1900d5644d
Octal212277377563100325144115
Binary10001010101111111111111110111011001001101010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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