#8BD7DF

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

Shades of Spray #8BD7DF

Tints of Spray #8BD7DF

Color information

#8BD7DF (or 0x8BD7DF) is unknown color: approx Spray. HEX triplet: 8B, D7 and DF. RGB value is (139,215,223). Sum of RGB (Red+Green+Blue) = 139+215+223=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD7DF is #742820. Grayscale: #C1C1C1. Windows color (decimal): -7612449 or 14669707. OLE color: 14669707.

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

Color convert

RGB139215223-
CMYK0.380.0400.13
HSL185.71º56.76%70.98%-
HSV(B)185.71º37.67%87.45%-
XYZ48.2759.4278.74-
YUV193.19144.8289.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.09%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=24.09%
G=37.26%
B=38.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392152230.380.0400.13185.7156.7670.98
Hex8BD7DF2640Dba3947
Octal21332733746401527271107
Binary10001011110101111101111110011010001101101110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,223); }

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

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

 a { background-color: rgb(139,215,223); }

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

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

 span { border-color: rgb(139,215,223); }

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