#8AD6DF

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

Shades of Spray #8AD6DF

Tints of Spray #8AD6DF

Color information

#8AD6DF (or 0x8AD6DF) is unknown color: approx Spray. HEX triplet: 8A, D6 and DF. RGB value is (138,214,223). Sum of RGB (Red+Green+Blue) = 138+214+223=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6DF is #752920. Grayscale: #C0C0C0. Windows color (decimal): -7678241 or 14669450. OLE color: 14669450.

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

Color convert

RGB138214223-
CMYK0.380.0400.13
HSL186.35º57.05%70.78%-
HSV(B)186.35º38.12%87.45%-
XYZ47.8558.8278.64-
YUV192.3145.3289.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24%
GREEN value IS 214 (83.98% from 255) = 37.22%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=24%
G=37.22%
B=38.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382142230.380.0400.13186.3557.0570.78
Hex8AD6DF2640Dba3947
Octal21232633746401527271107
Binary10001010110101101101111110011010001101101110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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