#8AD1F9

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

Shades of Light Sky Blue #8AD1F9

Tints of Light Sky Blue #8AD1F9

Color information

#8AD1F9 (or 0x8AD1F9) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D1 and F9. RGB value is (138,209,249). Sum of RGB (Red+Green+Blue) = 138+209+249=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AD1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD1F9 is #752E06. Grayscale: #C0C0C0. Windows color (decimal): -7679495 or 16372106. OLE color: 16372106.

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

Color convert

RGB138209249-
CMYK0.450.1600.02
HSL201.62º90.24%75.88%-
HSV(B)201.62º44.58%97.65%-
XYZ50.3857.8498.13-
YUV192.33159.9889.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.15%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=23.15%
G=35.07%
B=41.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382092490.450.1600.02201.6290.2475.88
Hex8AD1F92D1002ca5a4c
Octal212321371552002312132114
Binary100010101101000111111001101101100000101100101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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