#8ADBFA

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

Shades of Light Sky Blue #8ADBFA

Tints of Light Sky Blue #8ADBFA

Color information

#8ADBFA (or 0x8ADBFA) is unknown color: approx Light Sky Blue. HEX triplet: 8A, DB and FA. RGB value is (138,219,250). Sum of RGB (Red+Green+Blue) = 138+219+250=607 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.73% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #8ADBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADBFA is #752405. Grayscale: #C6C6C6. Windows color (decimal): -7676934 or 16440202. OLE color: 16440202.

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

Color convert

RGB138219250-
CMYK0.450.1200.02
HSL196.61º91.8%76.08%-
HSV(B)196.61º44.8%98.04%-
XYZ53.0762.9799.8-
YUV198.32157.1684.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.73%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=22.73%
G=36.08%
B=41.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382192500.450.1200.02196.6191.876.08
Hex8ADBFA2DC02c55c4c
Octal212333372551402305134114
Binary10001010110110111111101010110111000101100010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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