#8AD6F9

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

Shades of Light Sky Blue #8AD6F9

Tints of Light Sky Blue #8AD6F9

Color information

#8AD6F9 (or 0x8AD6F9) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D6 and F9. RGB value is (138,214,249). Sum of RGB (Red+Green+Blue) = 138+214+249=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AD6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD6F9 is #752906. Grayscale: #C3C3C3. Windows color (decimal): -7678215 or 16373386. OLE color: 16373386.

HSL color Cylindrical-coordinate representation of color #8AD6F9: hue angle of 198.92º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AD6F9 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138214249-
CMYK0.450.1400.02
HSL198.92º90.24%75.88%-
HSV(B)198.92º44.58%97.65%-
XYZ51.6360.3498.55-
YUV195.27158.3287.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.96%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=22.96%
G=35.61%
B=41.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382142490.450.1400.02198.9290.2475.88
Hex8AD6F92DE02c75a4c
Octal212326371551602307132114
Binary10001010110101101111100110110111100101100011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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