#8BD5DC

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

Shades of Spray #8BD5DC

Tints of Spray #8BD5DC

Color information

#8BD5DC (or 0x8BD5DC) is unknown color: approx Spray. HEX triplet: 8B, D5 and DC. RGB value is (139,213,220). Sum of RGB (Red+Green+Blue) = 139+213+220=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD5DC is #742A23. Grayscale: #BFBFBF. Windows color (decimal): -7612964 or 14472587. OLE color: 14472587.

HSL color Cylindrical-coordinate representation of color #8BD5DC: hue angle of 185.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD5DC is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139213220-
CMYK0.370.0300.14
HSL185.19º53.64%70.39%-
HSV(B)185.19º36.82%86.27%-
XYZ47.3658.2476.46-
YUV191.67143.9890.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=24.30%
G=37.24%
B=38.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392132200.370.0300.14185.1953.6470.39
Hex8BD5DC2530Eb93646
Octal21332533445301627166106
Binary1000101111010101110111001001011101110101110011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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