#8AB8FC

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

Shades of Light Sky Blue #8AB8FC

Tints of Light Sky Blue #8AB8FC

Color information

#8AB8FC (or 0x8AB8FC) is unknown color: approx Light Sky Blue. HEX triplet: 8A, B8 and FC. RGB value is (138,184,252). Sum of RGB (Red+Green+Blue) = 138+184+252=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AB8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB8FC is #754703. Grayscale: #B1B1B1. Windows color (decimal): -7685892 or 16562314. OLE color: 16562314.

HSL color Cylindrical-coordinate representation of color #8AB8FC: hue angle of 215.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB8FC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138184252-
CMYK0.450.2700.01
HSL215.79º95%76.47%-
HSV(B)215.79º45.24%98.82%-
XYZ45.1946.7198.73-
YUV178169.7699.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.04%
GREEN value IS 184 (72.27% from 255) = 32.06%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=24.04%
G=32.06%
B=43.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381842520.450.2700.01215.799576.47
Hex8AB8FC2D1B01d85f4c
Octal212270374553301330137114
Binary10001010101110001111110010110111011011101100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,184,252); }

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

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

 a { background-color: rgb(138,184,252); }

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

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

 span { border-color: rgb(138,184,252); }

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