#8AB9F0

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

Shades of Light Sky Blue #8AB9F0

Tints of Light Sky Blue #8AB9F0

Color information

#8AB9F0 (or 0x8AB9F0) is unknown color: approx Light Sky Blue. HEX triplet: 8A, B9 and F0. RGB value is (138,185,240). Sum of RGB (Red+Green+Blue) = 138+185+240=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #8AB9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9F0 is #75460F. Grayscale: #B0B0B0. Windows color (decimal): -7685648 or 15776138. OLE color: 15776138.

HSL color Cylindrical-coordinate representation of color #8AB9F0: hue angle of 212.35º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB9F0 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB138185240-
CMYK0.420.2300.06
HSL212.35º77.27%74.12%-
HSV(B)212.35º42.5%94.12%-
XYZ43.5646.3989.1-
YUV177.22163.43100.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=24.51%
G=32.86%
B=42.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1381852400.420.2300.06212.3577.2774.12
Hex8AB9F02A1706d44d4a
Octal212271360522706324115112
Binary1000101010111001111100001010101011101101101010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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