#8AC6FD

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

Shades of Light Sky Blue #8AC6FD

Tints of Light Sky Blue #8AC6FD

Color information

#8AC6FD (or 0x8AC6FD) is unknown color: approx Light Sky Blue. HEX triplet: 8A, C6 and FD. RGB value is (138,198,253). Sum of RGB (Red+Green+Blue) = 138+198+253=589 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.43% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AC6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC6FD is #753902. Grayscale: #BABABA. Windows color (decimal): -7682307 or 16631434. OLE color: 16631434.

HSL color Cylindrical-coordinate representation of color #8AC6FD: hue angle of 208.7º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AC6FD is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138198253-
CMYK0.450.2200.01
HSL208.7º96.64%76.67%-
HSV(B)208.7º45.45%99.22%-
XYZ48.452.88100.58-
YUV186.33165.6293.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.43%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=23.43%
G=33.62%
B=42.95%

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
Decimal1381982530.450.2200.01208.796.6476.67
Hex8AC6FD2D1601d1614d
Octal212306375552601321141115
Binary10001010110001101111110110110110110011101000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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