#8ac1fc

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

Shades of Light Sky Blue #8AC1FC

Tints of Light Sky Blue #8AC1FC

Color information

#8AC1FC (or 0x8AC1FC) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C1 and FC. RGB value is (138,193,252). Sum of RGB (Red+Green+Blue) = 138+193+252=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AC1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC1FC is #753E03. Grayscale: #B6B6B6. Windows color (decimal): -7683588 or 16564618. OLE color: 16564618.

HSL color Cylindrical-coordinate representation of color #8AC1FC: hue angle of 211.05º 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 #8AC1FC is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138193252-
CMYK0.450.2300.01
HSL211.05º95%76.47%-
HSV(B)211.05º45.24%98.82%-
XYZ47.1250.5799.37-
YUV183.28166.7895.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=23.67%
G=33.10%
B=43.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381932520.450.2300.01211.059576.47
Hex8AC1FC2D1701d35f4c
Octal212301374552701323137114
Binary10001010110000011111110010110110111011101001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ac1fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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