#8AC3FF

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

Shades of Light Sky Blue #8AC3FF

Tints of Light Sky Blue #8AC3FF

Color information

#8AC3FF (or 0x8AC3FF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C3 and FF. RGB value is (138,195,255). Sum of RGB (Red+Green+Blue) = 138+195+255=588 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.47% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AC3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC3FF is #753C00. Grayscale: #B8B8B8. Windows color (decimal): -7683073 or 16761738. OLE color: 16761738.

HSL color Cylindrical-coordinate representation of color #8AC3FF: hue angle of 210.77º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AC3FF is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138195255-
CMYK0.460.2400
HSL210.77º100%77.06%-
HSV(B)210.77º45.88%100%-
XYZ48.0551.65102.05-
YUV184.8167.6294.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.47%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 255 (100% from 255) = 43.37%
R=23.47%
G=33.16%
B=43.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381952550.460.2400210.7710077.06
Hex8AC3FF2E1800d3644d
Octal212303377563000323144115
Binary10001010110000111111111110111011000001101001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,195,255); }

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

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

 a { background-color: rgb(138,195,255); }

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

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

 span { border-color: rgb(138,195,255); }

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