#8ACED4

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

Shades of Spray #8ACED4

Tints of Spray #8ACED4

Color information

#8ACED4 (or 0x8ACED4) is unknown color: approx Spray. HEX triplet: 8A, CE and D4. RGB value is (138,206,212). Sum of RGB (Red+Green+Blue) = 138+206+212=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #8ACED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACED4 is #75312B. Grayscale: #BABABA. Windows color (decimal): -7680300 or 13946506. OLE color: 13946506.

HSL color Cylindrical-coordinate representation of color #8ACED4: hue angle of 184.86º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ACED4 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138206212-
CMYK0.350.0300.17
HSL184.86º46.25%68.63%-
HSV(B)184.86º34.91%83.14%-
XYZ44.4454.370.43-
YUV186.35142.4793.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.82%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=24.82%
G=37.05%
B=38.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382062120.350.0300.17184.8646.2568.63
Hex8ACED4233011b92e45
Octal21231632443302127156105
Binary10001010110011101101010010001111010001101110011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,212); }

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

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

 a { background-color: rgb(138,206,212); }

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

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

 span { border-color: rgb(138,206,212); }

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