#8AC8DD

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

Shades of Spray #8AC8DD

Tints of Spray #8AC8DD

Color information

#8AC8DD (or 0x8AC8DD) is unknown color: approx Spray. HEX triplet: 8A, C8 and DD. RGB value is (138,200,221). Sum of RGB (Red+Green+Blue) = 138+200+221=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC8DD is #753722. Grayscale: #B7B7B7. Windows color (decimal): -7681827 or 14534794. OLE color: 14534794.

HSL color Cylindrical-coordinate representation of color #8AC8DD: hue angle of 195.18º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC8DD is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138200221-
CMYK0.380.1000.13
HSL195.18º54.97%70.39%-
HSV(B)195.18º37.56%86.67%-
XYZ44.1951.9376.1-
YUV183.86148.9695.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.69%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=24.69%
G=35.78%
B=39.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382002210.380.1000.13195.1854.9770.39
Hex8AC8DD26A0Dc33746
Octal212310335461201530367106
Binary100010101100100011011101100110101001101110000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,221); }

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

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

 a { background-color: rgb(138,200,221); }

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

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

 span { border-color: rgb(138,200,221); }

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