#8BCDDD

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

Shades of Spray #8BCDDD

Tints of Spray #8BCDDD

Color information

#8BCDDD (or 0x8BCDDD) is unknown color: approx Spray. HEX triplet: 8B, CD and DD. RGB value is (139,205,221). Sum of RGB (Red+Green+Blue) = 139+205+221=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDDD is #743222. Grayscale: #BABABA. Windows color (decimal): -7615011 or 14536075. OLE color: 14536075.

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

Color convert

RGB139205221-
CMYK0.370.0700.13
HSL191.71º54.67%70.59%-
HSV(B)191.71º37.1%86.67%-
XYZ45.5354.3776.5-
YUV187.09147.1393.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=24.60%
G=36.28%
B=39.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392052210.370.0700.13191.7154.6770.59
Hex8BCDDD2570Dc03747
Octal21331533545701530067107
Binary10001011110011011101110110010111101101110000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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