#8AD9F9

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

Shades of Light Sky Blue #8AD9F9

Tints of Light Sky Blue #8AD9F9

Color information

#8AD9F9 (or 0x8AD9F9) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D9 and F9. RGB value is (138,217,249). Sum of RGB (Red+Green+Blue) = 138+217+249=604 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.85% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AD9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD9F9 is #752606. Grayscale: #C4C4C4. Windows color (decimal): -7677447 or 16374154. OLE color: 16374154.

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

Color convert

RGB138217249-
CMYK0.450.1300.02
HSL197.3º90.24%75.88%-
HSV(B)197.3º44.58%97.65%-
XYZ52.3961.8798.8-
YUV197.03157.3385.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.85%
GREEN value IS 217 (85.16% from 255) = 35.93%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=22.85%
G=35.93%
B=41.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382172490.450.1300.02197.390.2475.88
Hex8AD9F92DD02c55a4c
Octal212331371551502305132114
Binary10001010110110011111100110110111010101100010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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