#8BDCDD

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

Shades of Spray #8BDCDD

Tints of Spray #8BDCDD

Color information

#8BDCDD (or 0x8BDCDD) is unknown color: approx Spray. HEX triplet: 8B, DC and DD. RGB value is (139,220,221). Sum of RGB (Red+Green+Blue) = 139+220+221=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCDD is #742322. Grayscale: #C3C3C3. Windows color (decimal): -7611171 or 14539915. OLE color: 14539915.

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

Color convert

RGB139220221-
CMYK0.370.0000.13
HSL180.73º54.67%70.59%-
HSV(B)180.73º37.1%86.67%-
XYZ49.2961.977.76-
YUV195.9142.1687.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=23.97%
G=37.93%
B=38.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392202210.370.0000.13180.7354.6770.59
Hex8BDCDD2500Db53747
Octal21333433545001526567107
Binary100010111101110011011101100101001101101101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,220,221); }

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

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

 a { background-color: rgb(139,220,221); }

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

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

 span { border-color: rgb(139,220,221); }

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