#8AC5FC

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

Shades of Light Sky Blue #8AC5FC

Tints of Light Sky Blue #8AC5FC

Color information

#8AC5FC (or 0x8AC5FC) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C5 and FC. RGB value is (138,197,252). Sum of RGB (Red+Green+Blue) = 138+197+252=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AC5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC5FC is #753A03. Grayscale: #B9B9B9. Windows color (decimal): -7682564 or 16565642. OLE color: 16565642.

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

Color convert

RGB138197252-
CMYK0.450.2200.01
HSL208.95º95%76.47%-
HSV(B)208.95º45.24%98.82%-
XYZ48.0252.3699.67-
YUV185.63165.4594.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.51%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=23.51%
G=33.56%
B=42.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381972520.450.2200.01208.959576.47
Hex8AC5FC2D1601d15f4c
Octal212305374552601321137114
Binary10001010110001011111110010110110110011101000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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