#8AC6DB

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

Shades of Spray #8AC6DB

Tints of Spray #8AC6DB

Color information

#8AC6DB (or 0x8AC6DB) is unknown color: approx Spray. HEX triplet: 8A, C6 and DB. RGB value is (138,198,219). Sum of RGB (Red+Green+Blue) = 138+198+219=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC6DB is #753924. Grayscale: #B6B6B6. Windows color (decimal): -7682341 or 14403210. OLE color: 14403210.

HSL color Cylindrical-coordinate representation of color #8AC6DB: hue angle of 195.56º degrees, saturation: 0.53, 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 #8AC6DB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138198219-
CMYK0.370.1000.14
HSL195.56º52.94%70%-
HSV(B)195.56º36.99%85.88%-
XYZ43.4650.9174.55-
YUV182.45148.6296.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=24.86%
G=35.68%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381982190.370.1000.14195.5652.9470
Hex8AC6DB25A0Ec43546
Octal212306333451201630465106
Binary100010101100011011011011100101101001110110001001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,198,219); }

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

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

 a { background-color: rgb(138,198,219); }

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

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

 span { border-color: rgb(138,198,219); }

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