#8ACFE0

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

Shades of Spray #8ACFE0

Tints of Spray #8ACFE0

Color information

#8ACFE0 (or 0x8ACFE0) is unknown color: approx Spray. HEX triplet: 8A, CF and E0. RGB value is (138,207,224). Sum of RGB (Red+Green+Blue) = 138+207+224=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ACFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFE0 is #75301F. Grayscale: #BCBCBC. Windows color (decimal): -7680032 or 14733194. OLE color: 14733194.

HSL color Cylindrical-coordinate representation of color #8ACFE0: hue angle of 191.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACFE0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138207224-
CMYK0.380.0800.12
HSL191.86º58.11%70.98%-
HSV(B)191.86º38.39%87.84%-
XYZ46.2555.4178.78-
YUV188.31148.1492.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=24.25%
G=36.38%
B=39.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1382072240.380.0800.12191.8658.1170.98
Hex8ACFE02680Cc03a47
Octal212317340461001430072107
Binary100010101100111111100000100110100001100110000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,207,224); }

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

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

 a { background-color: rgb(138,207,224); }

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

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

 span { border-color: rgb(138,207,224); }

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