#8AC6FC

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

Shades of Light Sky Blue #8AC6FC

Tints of Light Sky Blue #8AC6FC

Color information

#8AC6FC (or 0x8AC6FC) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C6 and FC. RGB value is (138,198,252). Sum of RGB (Red+Green+Blue) = 138+198+252=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AC6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC6FC is #753903. Grayscale: #B9B9B9. Windows color (decimal): -7682308 or 16565898. OLE color: 16565898.

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

Color convert

RGB138198252-
CMYK0.450.2100.01
HSL208.42º95%76.47%-
HSV(B)208.42º45.24%98.82%-
XYZ48.2552.8299.75-
YUV186.22165.1293.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 252 (98.83% from 255) = 42.86%
R=23.47%
G=33.67%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381982520.450.2100.01208.429576.47
Hex8AC6FC2D1501d05f4c
Octal212306374552501320137114
Binary10001010110001101111110010110110101011101000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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