#8ACFDA

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

Shades of Spray #8ACFDA

Tints of Spray #8ACFDA

Color information

#8ACFDA (or 0x8ACFDA) is unknown color: approx Spray. HEX triplet: 8A, CF and DA. RGB value is (138,207,218). Sum of RGB (Red+Green+Blue) = 138+207+218=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ACFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACFDA is #753025. Grayscale: #BBBBBB. Windows color (decimal): -7680038 or 14339978. OLE color: 14339978.

HSL color Cylindrical-coordinate representation of color #8ACFDA: hue angle of 188.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ACFDA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138207218-
CMYK0.370.0500.15
HSL188.25º51.95%69.8%-
HSV(B)188.25º36.7%85.49%-
XYZ45.4555.0974.57-
YUV187.62145.1492.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=24.51%
G=36.77%
B=38.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382072180.370.0500.15188.2551.9569.8
Hex8ACFDA2550Fbc3446
Octal21231733245501727464106
Binary10001010110011111101101010010110101111101111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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