#8ADCDF

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

Shades of Spray #8ADCDF

Tints of Spray #8ADCDF

Color information

#8ADCDF (or 0x8ADCDF) is unknown color: approx Spray. HEX triplet: 8A, DC and DF. RGB value is (138,220,223). Sum of RGB (Red+Green+Blue) = 138+220+223=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ADCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCDF is #752320. Grayscale: #C3C3C3. Windows color (decimal): -7676705 or 14670986. OLE color: 14670986.

HSL color Cylindrical-coordinate representation of color #8ADCDF: hue angle of 182.12º degrees, saturation: 0.57, 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 #8ADCDF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138220223-
CMYK0.380.0100.13
HSL182.12º57.05%70.78%-
HSV(B)182.12º38.12%87.45%-
XYZ49.3961.9279.16-
YUV195.82143.3386.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.75%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=23.75%
G=37.87%
B=38.38%

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
Decimal1382202230.380.0100.13182.1257.0570.78
Hex8ADCDF2610Db63947
Octal21233433746101526671107
Binary100010101101110011011111100110101101101101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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