#8ADDFB

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

Shades of Light Sky Blue #8ADDFB

Tints of Light Sky Blue #8ADDFB

Color information

#8ADDFB (or 0x8ADDFB) is unknown color: approx Light Sky Blue. HEX triplet: 8A, DD and FB. RGB value is (138,221,251). Sum of RGB (Red+Green+Blue) = 138+221+251=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ADDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDFB is #752204. Grayscale: #C7C7C7. Windows color (decimal): -7676421 or 16506250. OLE color: 16506250.

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

Color convert

RGB138221251-
CMYK0.450.1200.02
HSL195.93º93.39%76.27%-
HSV(B)195.93º45.02%98.43%-
XYZ53.7564.08100.8-
YUV199.615784.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.62%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=22.62%
G=36.23%
B=41.15%

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
Decimal1382212510.450.1200.02195.9393.3976.27
Hex8ADDFB2DC02c45d4c
Octal212335373551402304135114
Binary10001010110111011111101110110111000101100010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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