#8AC7FF

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

Shades of Light Sky Blue #8AC7FF

Tints of Light Sky Blue #8AC7FF

Color information

#8AC7FF (or 0x8AC7FF) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C7 and FF. RGB value is (138,199,255). Sum of RGB (Red+Green+Blue) = 138+199+255=592 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.31% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC7FF is #753800. Grayscale: #BABABA. Windows color (decimal): -7682049 or 16762762. OLE color: 16762762.

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

Color convert

RGB138199255-
CMYK0.460.2200
HSL208.72º100%77.06%-
HSV(B)208.72º45.88%100%-
XYZ48.9553.47102.35-
YUV187.14166.2992.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.31%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 255 (100% from 255) = 43.07%
R=23.31%
G=33.61%
B=43.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381992550.460.2200208.7210077.06
Hex8AC7FF2E1600d1644d
Octal212307377562600321144115
Binary10001010110001111111111110111010110001101000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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