#8AD6FD

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

Shades of Light Sky Blue #8AD6FD

Tints of Light Sky Blue #8AD6FD

Color information

#8AD6FD (or 0x8AD6FD) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D6 and FD. RGB value is (138,214,253). Sum of RGB (Red+Green+Blue) = 138+214+253=605 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.81% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AD6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD6FD is #752902. Grayscale: #C3C3C3. Windows color (decimal): -7678211 or 16635530. OLE color: 16635530.

HSL color Cylindrical-coordinate representation of color #8AD6FD: hue angle of 200.35º 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 #8AD6FD is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138214253-
CMYK0.450.1500.01
HSL200.35º96.64%76.67%-
HSV(B)200.35º45.45%99.22%-
XYZ52.2660.59101.87-
YUV195.72160.3286.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.81%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=22.81%
G=35.37%
B=41.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382142530.450.1500.01200.3596.6476.67
Hex8AD6FD2DF01c8614d
Octal212326375551701310141115
Binary1000101011010110111111011011011111011100100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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