#8AC3C9

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

Shades of Spray #8AC3C9

Tints of Spray #8AC3C9

Color information

#8AC3C9 (or 0x8AC3C9) is unknown color: approx Spray. HEX triplet: 8A, C3 and C9. RGB value is (138,195,201). Sum of RGB (Red+Green+Blue) = 138+195+201=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #8AC3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC3C9 is #753C36. Grayscale: #B2B2B2. Windows color (decimal): -7683127 or 13222794. OLE color: 13222794.

HSL color Cylindrical-coordinate representation of color #8AC3C9: hue angle of 185.71º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC3C9 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138195201-
CMYK0.310.0300.21
HSL185.71º36.84%66.47%-
HSV(B)185.71º31.34%78.82%-
XYZ40.5448.6562.51-
YUV178.64140.6299.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=25.84%
G=36.52%
B=37.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381952010.310.0300.21185.7136.8466.47
Hex8AC3C91F3015ba2542
Octal21230331137302527245102
Binary1000101011000011110010011111111010101101110101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,195,201); }

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

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

 a { background-color: rgb(138,195,201); }

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

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

 span { border-color: rgb(138,195,201); }

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