#8AB9FA

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

Shades of Light Sky Blue #8AB9FA

Tints of Light Sky Blue #8AB9FA

Color information

#8AB9FA (or 0x8AB9FA) is unknown color: approx Light Sky Blue. HEX triplet: 8A, B9 and FA. RGB value is (138,185,250). Sum of RGB (Red+Green+Blue) = 138+185+250=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AB9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9FA is #754605. Grayscale: #B2B2B2. Windows color (decimal): -7685638 or 16431498. OLE color: 16431498.

HSL color Cylindrical-coordinate representation of color #8AB9FA: hue angle of 214.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB9FA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138185250-
CMYK0.450.2600.02
HSL214.82º91.8%76.08%-
HSV(B)214.82º44.8%98.04%-
XYZ45.094797.14-
YUV178.36168.4399.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.08%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=24.08%
G=32.29%
B=43.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381852500.450.2600.02214.8291.876.08
Hex8AB9FA2D1A02d75c4c
Octal212271372553202327134114
Binary100010101011100111111010101101110100101101011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,250); }

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

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

 a { background-color: rgb(138,185,250); }

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

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

 span { border-color: rgb(138,185,250); }

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