#8ADDF9

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

Shades of Light Sky Blue #8ADDF9

Tints of Light Sky Blue #8ADDF9

Color information

#8ADDF9 (or 0x8ADDF9) is unknown color: approx Light Sky Blue. HEX triplet: 8A, DD and F9. RGB value is (138,221,249). Sum of RGB (Red+Green+Blue) = 138+221+249=608 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.70% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #8ADDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADDF9 is #752206. Grayscale: #C7C7C7. Windows color (decimal): -7676423 or 16375178. OLE color: 16375178.

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

Color convert

RGB138221249-
CMYK0.450.1100.02
HSL195.14º90.24%75.88%-
HSV(B)195.14º44.58%97.65%-
XYZ53.4463.9699.15-
YUV199.3815684.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.70%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=22.70%
G=36.35%
B=40.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382212490.450.1100.02195.1490.2475.88
Hex8ADDF92DB02c35a4c
Octal212335371551302303132114
Binary10001010110111011111100110110110110101100001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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