#8ADADC

Color #8ADADC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #8ADADC

Tints of Spray #8ADADC

Color information

#8ADADC (or 0x8ADADC) is unknown color: approx Spray. HEX triplet: 8A, DA and DC. RGB value is (138,218,220). Sum of RGB (Red+Green+Blue) = 138+218+220=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ADADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADADC is #752523. Grayscale: #C2C2C2. Windows color (decimal): -7677220 or 14473866. OLE color: 14473866.

HSL color Cylindrical-coordinate representation of color #8ADADC: hue angle of 181.46º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADADC is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138218220-
CMYK0.370.0100.14
HSL181.46º53.95%70.2%-
HSV(B)181.46º37.27%86.27%-
XYZ48.4760.7176.87-
YUV194.31142.587.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.96%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=23.96%
G=37.85%
B=38.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382182200.370.0100.14181.4653.9570.2
Hex8ADADC2510Eb53646
Octal21233233445101626566106
Binary100010101101101011011100100101101110101101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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