#8AD7FD

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

Shades of Light Sky Blue #8AD7FD

Tints of Light Sky Blue #8AD7FD

Color information

#8AD7FD (or 0x8AD7FD) is unknown color: approx Light Sky Blue. HEX triplet: 8A, D7 and FD. RGB value is (138,215,253). Sum of RGB (Red+Green+Blue) = 138+215+253=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AD7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD7FD is #752802. Grayscale: #C4C4C4. Windows color (decimal): -7677955 or 16635786. OLE color: 16635786.

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

Color convert

RGB138215253-
CMYK0.450.1500.01
HSL199.83º96.64%76.67%-
HSV(B)199.83º45.45%99.22%-
XYZ52.5161.1101.95-
YUV196.31159.9986.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.77%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=22.77%
G=35.48%
B=41.75%

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
Decimal1382152530.450.1500.01199.8396.6476.67
Hex8AD7FD2DF01c8614d
Octal212327375551701310141115
Binary1000101011010111111111011011011111011100100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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