#8ACBDD

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

Shades of Spray #8ACBDD

Tints of Spray #8ACBDD

Color information

#8ACBDD (or 0x8ACBDD) is unknown color: approx Spray. HEX triplet: 8A, CB and DD. RGB value is (138,203,221). Sum of RGB (Red+Green+Blue) = 138+203+221=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ACBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACBDD is #753422. Grayscale: #B9B9B9. Windows color (decimal): -7681059 or 14535562. OLE color: 14535562.

HSL color Cylindrical-coordinate representation of color #8ACBDD: hue angle of 193.01º 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 #8ACBDD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138203221-
CMYK0.380.0800.13
HSL193.01º54.97%70.39%-
HSV(B)193.01º37.56%86.67%-
XYZ44.8953.3476.34-
YUV185.62147.9794.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.56%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=24.56%
G=36.12%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382032210.380.0800.13193.0154.9770.39
Hex8ACBDD2680Dc13746
Octal212313335461001530167106
Binary100010101100101111011101100110100001101110000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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