#8AC0FB

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

Shades of Light Sky Blue #8AC0FB

Tints of Light Sky Blue #8AC0FB

Color information

#8AC0FB (or 0x8AC0FB) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C0 and FB. RGB value is (138,192,251). Sum of RGB (Red+Green+Blue) = 138+192+251=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC0FB is #753F04. Grayscale: #B6B6B6. Windows color (decimal): -7683845 or 16498826. OLE color: 16498826.

HSL color Cylindrical-coordinate representation of color #8AC0FB: hue angle of 211.33º degrees, saturation: 0.93, 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 #8AC0FB is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138192251-
CMYK0.450.2400.02
HSL211.33º93.39%76.27%-
HSV(B)211.33º45.02%98.43%-
XYZ46.7450.0798.47-
YUV182.58166.6196.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.75%
GREEN value IS 192 (75.39% from 255) = 33.05%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=23.75%
G=33.05%
B=43.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381922510.450.2400.02211.3393.3976.27
Hex8AC0FB2D1802d35d4c
Octal212300373553002323135114
Binary100010101100000011111011101101110000101101001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,251); }

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

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

 a { background-color: rgb(138,192,251); }

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

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

 span { border-color: rgb(138,192,251); }

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