#8AD7FA

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

Shades of Light Sky Blue #8AD7FA

Tints of Light Sky Blue #8AD7FA

Color information

#8AD7FA (or 0x8AD7FA) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D7 and FA. RGB value is (138,215,250). Sum of RGB (Red+Green+Blue) = 138+215+250=603 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.89% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AD7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD7FA is #752805. Grayscale: #C3C3C3. Windows color (decimal): -7677958 or 16439178. OLE color: 16439178.

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

Color convert

RGB138215250-
CMYK0.450.1400.02
HSL198.75º91.8%76.08%-
HSV(B)198.75º44.8%98.04%-
XYZ52.0460.9199.46-
YUV195.97158.4986.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.89%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=22.89%
G=35.66%
B=41.46%

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
Decimal1382152500.450.1400.02198.7591.876.08
Hex8AD7FA2DE02c75c4c
Octal212327372551602307134114
Binary10001010110101111111101010110111100101100011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,215,250); }

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

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

 a { background-color: rgb(138,215,250); }

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

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

 span { border-color: rgb(138,215,250); }

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