#8ACBDA

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

Shades of Spray #8ACBDA

Tints of Spray #8ACBDA

Color information

#8ACBDA (or 0x8ACBDA) is unknown color: approx Spray. HEX triplet: 8A, CB and DA. RGB value is (138,203,218). Sum of RGB (Red+Green+Blue) = 138+203+218=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ACBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBDA is #753425. Grayscale: #B9B9B9. Windows color (decimal): -7681062 or 14338954. OLE color: 14338954.

HSL color Cylindrical-coordinate representation of color #8ACBDA: hue angle of 191.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 #8ACBDA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138203218-
CMYK0.370.0700.15
HSL191.25º51.95%69.8%-
HSV(B)191.25º36.7%85.49%-
XYZ44.4953.1874.25-
YUV185.28146.4794.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=24.69%
G=36.31%
B=39.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382032180.370.0700.15191.2551.9569.8
Hex8ACBDA2570Fbf3446
Octal21231333245701727764106
Binary10001010110010111101101010010111101111101111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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