#8ac6f7

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

Shades of Light Sky Blue #8AC6F7

Tints of Light Sky Blue #8AC6F7

Color information

#8AC6F7 (or 0x8AC6F7) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C6 and F7. RGB value is (138,198,247). Sum of RGB (Red+Green+Blue) = 138+198+247=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #8AC6F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC6F7 is #753908. Grayscale: #B9B9B9. Windows color (decimal): -7682313 or 16238218. OLE color: 16238218.

HSL color Cylindrical-coordinate representation of color #8AC6F7: hue angle of 206.97º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AC6F7 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB138198247-
CMYK0.440.2000.03
HSL206.97º87.2%75.49%-
HSV(B)206.97º44.13%96.86%-
XYZ47.4652.5195.63-
YUV185.65162.6294.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.67%
GREEN value IS 198 (77.73% from 255) = 33.96%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=23.67%
G=33.96%
B=42.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1381982470.440.2000.03206.9787.275.49
Hex8AC6F72C1403cf574b
Octal212306367542403317127113
Binary100010101100011011110111101100101000111100111110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ac6f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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