#8ADCFB

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

Shades of Light Sky Blue #8ADCFB

Tints of Light Sky Blue #8ADCFB

Color information

#8ADCFB (or 0x8ADCFB) is unknown color: approx Light Sky Blue. HEX triplet: 8A, DC and FB. RGB value is (138,220,251). Sum of RGB (Red+Green+Blue) = 138+220+251=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ADCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADCFB is #752304. Grayscale: #C6C6C6. Windows color (decimal): -7676677 or 16505994. OLE color: 16505994.

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

Color convert

RGB138220251-
CMYK0.450.1200.02
HSL196.46º93.39%76.27%-
HSV(B)196.46º45.02%98.43%-
XYZ53.4963.55100.72-
YUV199.02157.3384.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.66%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=22.66%
G=36.12%
B=41.22%

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
Decimal1382202510.450.1200.02196.4693.3976.27
Hex8ADCFB2DC02c45d4c
Octal212334373551402304135114
Binary10001010110111001111101110110111000101100010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,220,251); }

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

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

 a { background-color: rgb(138,220,251); }

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

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

 span { border-color: rgb(138,220,251); }

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