#8ADCDE

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

Shades of Spray #8ADCDE

Tints of Spray #8ADCDE

Color information

#8ADCDE (or 0x8ADCDE) is unknown color: approx Spray. HEX triplet: 8A, DC and DE. RGB value is (138,220,222). Sum of RGB (Red+Green+Blue) = 138+220+222=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ADCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCDE is #752321. Grayscale: #C3C3C3. Windows color (decimal): -7676706 or 14605450. OLE color: 14605450.

HSL color Cylindrical-coordinate representation of color #8ADCDE: hue angle of 181.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADCDE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138220222-
CMYK0.380.0100.13
HSL181.43º56%70.59%-
HSV(B)181.43º37.84%87.06%-
XYZ49.2661.8678.45-
YUV195.71142.8386.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.79%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=23.79%
G=37.93%
B=38.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382202220.380.0100.13181.435670.59
Hex8ADCDE2610Db53847
Octal21233433646101526570107
Binary100010101101110011011110100110101101101101011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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