#8BD3DA

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

Shades of Spray #8BD3DA

Tints of Spray #8BD3DA

Color information

#8BD3DA (or 0x8BD3DA) is unknown color: approx Spray. HEX triplet: 8B, D3 and DA. RGB value is (139,211,218). Sum of RGB (Red+Green+Blue) = 139+211+218=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BD3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD3DA is #742C25. Grayscale: #BEBEBE. Windows color (decimal): -7613478 or 14341003. OLE color: 14341003.

HSL color Cylindrical-coordinate representation of color #8BD3DA: hue angle of 185.32º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD3DA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139211218-
CMYK0.360.0300.15
HSL185.32º51.63%70%-
HSV(B)185.32º36.24%85.49%-
XYZ46.657.1474.9-
YUV190.27143.6591.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.47%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=24.47%
G=37.15%
B=38.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392112180.360.0300.15185.3251.6370
Hex8BD3DA2430Fb93446
Octal21332333244301727164106
Binary1000101111010011110110101001001101111101110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,211,218); }

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

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

 a { background-color: rgb(139,211,218); }

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

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

 span { border-color: rgb(139,211,218); }

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