#8AC8FF

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

Shades of Light Sky Blue #8AC8FF

Tints of Light Sky Blue #8AC8FF

Color information

#8AC8FF (or 0x8AC8FF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C8 and FF. RGB value is (138,200,255). Sum of RGB (Red+Green+Blue) = 138+200+255=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AC8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC8FF is #753700. Grayscale: #BBBBBB. Windows color (decimal): -7681793 or 16763018. OLE color: 16763018.

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

Color convert

RGB138200255-
CMYK0.460.2200
HSL208.21º100%77.06%-
HSV(B)208.21º45.88%100%-
XYZ49.1953.93102.43-
YUV187.73165.9692.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.27%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 255 (100% from 255) = 43.00%
R=23.27%
G=33.73%
B=43.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1382002550.460.2200208.2110077.06
Hex8AC8FF2E1600d0644d
Octal212310377562600320144115
Binary10001010110010001111111110111010110001101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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